From 9c2d269cfa77cf10eeb9acb24f5eab084a66644a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 10 Oct 2008 13:10:57 +0000 Subject: - make sure to match the start of the MAKE_VERSION --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') 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 -- cgit v1.2.3