summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-25 04:59:43 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-25 04:59:43 +0000
commita4d40bdd8f0abf67dbe24a00eb81bdf82d76da09 (patch)
tree1f7f51a95ff104cca830b0f9233132de30881186 /Rules.mak
parent1aaf07395224439ae6bc660eeed364c92db187b0 (diff)
fix from psm to make sure host make is new enough
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak5
1 files changed, 5 insertions, 0 deletions
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