diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-09 19:24:45 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-09 19:24:45 +0100 |
commit | 96eca81ab1da4a23d138bbed73700c4e8ac7812b (patch) | |
tree | f1f4a4eb37ec47886e51c489ce1b0c8ec2f58b36 /mk | |
parent | 22690c9900068b121863dc359b8c7699b453e70d (diff) | |
download | haskell-96eca81ab1da4a23d138bbed73700c4e8ac7812b.tar.gz |
Change how we check that we have a suitable 'make'
We now check in the same way that the testsuite does.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tree.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/tree.mk b/mk/tree.mk index 9c2e3daa4e..887e643340 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -1,10 +1,4 @@ -ifneq "$(findstring 3.7, $(MAKE_VERSION))" "" -ifeq "$(findstring 3.79.1, $(MAKE_VERSION))" "" -$(error GNU make version 3.79.1 or later is required.) -endif -endif - ################################################################################ # # Layout of the source tree |