Blob Blame History Raw
diff -urpN dmidecode-2.10.orig/Makefile dmidecode-2.10/Makefile
--- dmidecode-2.10.orig/Makefile	2010-10-15 12:20:39.315427049 +0200
+++ dmidecode-2.10/Makefile	2010-10-15 12:20:48.290424691 +0200
@@ -39,7 +39,7 @@ PROGRAMS += $(shell test `uname -m 2>/de
 # 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
+# PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode
 
 all : $(PROGRAMS)