Browse Source

- make sure to match the start of the MAKE_VERSION

Bernhard Reutner-Fischer 16 years ago
parent
commit
9c2d269cfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -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