svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Fri Oct 10 13:10:57 UTC 2008


Author: aldot
Date: 2008-10-10 06:10:57 -0700 (Fri, 10 Oct 2008)
New Revision: 23652

Log:
- make sure to match the start of the MAKE_VERSION


Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2008-10-10 13:09:59 UTC (rev 23651)
+++ trunk/uClibc/Rules.mak	2008-10-10 13:10:57 UTC (rev 23652)
@@ -6,7 +6,7 @@
 #
 
 # check for proper make version
-ifneq ($(findstring 3.7,$(MAKE_VERSION)),)
+ifneq ($(findstring x3.7,x$(MAKE_VERSION)),)
 $(error Your make is too old $(MAKE_VERSION). Go get at least 3.80)
 endif
 




More information about the uClibc-cvs mailing list