OSDN Git Service

fix from psm to make sure host make is new enough
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Aug 2006 04:59:43 +0000 (04:59 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Aug 2006 04:59:43 +0000 (04:59 -0000)
Rules.mak

index 7c227ea..0ebeda1 100644 (file)
--- 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