summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 14:17:00 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 17:09:00 +0100
commitaa06f5d7a0821d5118a594b448d364b77df4985f (patch)
tree0e716be82526f8e7d3ed2c101352d409c8ef07a1 /ghc.mk
parent9e4e2c24d1895ae81c92e4432b91026505827c96 (diff)
downloadhaskell-aa06f5d7a0821d5118a594b448d364b77df4985f.tar.gz
Follow build system changes in integer-gmp
Also a couple of other fixes and sanity checks along the way.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 43e55f3d61..d873070df7 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -614,8 +614,10 @@ endif
ifeq "$(INTEGER_LIBRARY)" "integer-gmp"
BUILD_DIRS += libraries/integer-gmp/gmp
+BUILD_DIRS += libraries/integer-gmp/mkGmpDerivedConstants
else ifneq "$(findstring clean,$(MAKECMDGOALS))" ""
BUILD_DIRS += libraries/integer-gmp/gmp
+BUILD_DIRS += libraries/integer-gmp/mkGmpDerivedConstants
endif
ifeq "$(CrossCompiling)-$(phase)" "YES-final"