From: simonmar Date: Tue, 3 Jan 2006 11:06:45 +0000 (+0000) Subject: [project @ 2006-01-03 11:06:45 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~74 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=176c2483f443d499788663936cb3292cb1602cf5 [project @ 2006-01-03 11:06:45 by simonmar] emit an error message if GNU make 3.7x is found (3.80 is required). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index ddd5a20..ed48d42 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 ################################################################################ #