summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsimonmar <unknown>2006-01-03 11:06:45 +0000
committersimonmar <unknown>2006-01-03 11:06:45 +0000
commit176c2483f443d499788663936cb3292cb1602cf5 (patch)
treee9947a43f205c5a9309e452661921cda8160610c /mk
parent57c7ce1abb0d23d97aefa3a3ebcc92f284110ea6 (diff)
downloadhaskell-176c2483f443d499788663936cb3292cb1602cf5.tar.gz
[project @ 2006-01-03 11:06:45 by simonmar]
emit an error message if GNU make 3.7x is found (3.80 is required).
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index ddd5a20100..ed48d42362 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -32,6 +32,9 @@
# a section corresponding to each of the main .mk files
# included by boilerplate.mk (see boilerplate.mk for a list).
+ifneq "$(findstring 3.7, $(MAKE_VERSION))" ""
+$(error GNU make version 3.80 or later is required.)
+endif
################################################################################
#