diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-10 13:10:57 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-10 13:10:57 +0000 |
commit | 9c2d269cfa77cf10eeb9acb24f5eab084a66644a (patch) | |
tree | 23a97633e97a6b82fce8645f1131f8c06f696091 /Rules.mak | |
parent | d0bb3a0eb0ac17910aec39eaa2b05e0e8d83094d (diff) |
- make sure to match the start of the MAKE_VERSION
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |