Browse Source

- make sure to match the start of the MAKE_VERSION

Bernhard Reutner-Fischer 17 năm trước cách đây
mục cha
commit
9c2d269cfa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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