diff -Naur dmidecode-2.10/Makefile dmidecode-2.10-magellan/Makefile --- dmidecode-2.10/Makefile 2008-02-16 19:55:52.000000000 +0100 +++ dmidecode-2.10-magellan/Makefile 2010-08-19 22:13:22.000000000 +0200 @@ -36,10 +36,6 @@ PROGRAMS := dmidecode PROGRAMS += $(shell test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode) -# BSD make doesn't understand the $(shell) syntax above, it wants the != -# syntax below. GNU make ignores the line below so in the end both BSD -# make and GNU make are happy. -PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode all : $(PROGRAMS)