From a4d40bdd8f0abf67dbe24a00eb81bdf82d76da09 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 25 Aug 2006 04:59:43 +0000 Subject: fix from psm to make sure host make is new enough --- Rules.mak | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 7c227eaa4..0ebeda12b 100644 --- a/Rules.mak +++ b/Rules.mak @@ -5,6 +5,11 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +# check for proper make version +ifneq ($(findstring 3.7,$(MAKE_VERSION)),) +$(error Your make is too old $(MAKE_VERSION). Go get at least 3.80) +endif + #----------------------------------------------------------- # This file contains rules which are shared between multiple # Makefiles. All normal configuration options live in the -- cgit v1.2.3