浏览代码

- make sure to match the start of the MAKE_VERSION

Bernhard Reutner-Fischer 16 年之前
父节点
当前提交
9c2d269cfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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