diff options
author | Ian Lynagh <igloo@earth.li> | 2011-02-06 20:32:32 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-02-06 20:32:32 +0000 |
commit | 35c86cc283d703b418566cb97c1ed729c03c4403 (patch) | |
tree | 493d5987d46d3f4c128c524e09291be8272b4f5a /libraries/integer-gmp/gmp/ghc.mk | |
parent | be8301a8430224abed64ddf7692dca5bb3cfdcb3 (diff) | |
download | haskell-35c86cc283d703b418566cb97c1ed729c03c4403.tar.gz |
Call the final build system phase "final" rather than ""
Diffstat (limited to 'libraries/integer-gmp/gmp/ghc.mk')
-rw-r--r-- | libraries/integer-gmp/gmp/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk index fd05db4547..96a814fe85 100644 --- a/libraries/integer-gmp/gmp/ghc.mk +++ b/libraries/integer-gmp/gmp/ghc.mk @@ -33,7 +33,7 @@ clean_gmp: "$(RM)" $(RM_OPTS_REC) libraries/integer-gmp/gmp/gmpbuild endif -ifeq "$(phase)" "" +ifeq "$(phase)" "final" ifeq "$(findstring clean,$(MAKECMDGOALS))" "" include libraries/integer-gmp/gmp/config.mk |