OSDN Git Service

Fix GNU make v3.80 compatibility
authorKevin Cernekee <cernekee@gmail.com>
Thu, 10 Feb 2011 22:30:55 +0000 (14:30 -0800)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Feb 2011 18:29:27 +0000 (19:29 +0100)
commit32814a2b15829df3a144391f5b8bd46e755f85f5
treecab4c44c89ebe8155b3005ca6749a032ec7a608d
parentda2d70ed69b57d63243a7b1e05ac7d43e91778ab
Fix GNU make v3.80 compatibility

Commits 1f6601a and 094d82d introduced the "else ifeq" construct, which
requires GNU make v3.81 or higher.  This breaks the build on RHEL4 hosts.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/Makefile.in