diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-20 14:17:00 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-20 17:09:00 +0100 |
commit | aa06f5d7a0821d5118a594b448d364b77df4985f (patch) | |
tree | 0e716be82526f8e7d3ed2c101352d409c8ef07a1 /ghc.mk | |
parent | 9e4e2c24d1895ae81c92e4432b91026505827c96 (diff) | |
download | haskell-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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |