summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-10 13:10:57 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-10 13:10:57 +0000
commit9c2d269cfa77cf10eeb9acb24f5eab084a66644a (patch)
tree23a97633e97a6b82fce8645f1131f8c06f696091 /Rules.mak
parentd0bb3a0eb0ac17910aec39eaa2b05e0e8d83094d (diff)
- make sure to match the start of the MAKE_VERSION
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 030959593..5d164ca66 100644
--- a/Rules.mak
+++ b/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