Magellan Linux

Contents of /trunk/dmidecode/patches/dmidecode-2.10-make382.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1103 - (show annotations) (download)
Thu Aug 19 20:03:51 2010 UTC (13 years, 8 months ago) by niro
File size: 652 byte(s)
make-3.82 build fix

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