diff options
| author | Ian Lynagh <igloo@earth.li> | 2011-01-22 19:47:56 +0000 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2011-01-22 19:47:56 +0000 |
| commit | be8301a8430224abed64ddf7692dca5bb3cfdcb3 (patch) | |
| tree | 723bc27a46c22a285e668cc40852afbc12efaada /libraries/integer-gmp/gmp | |
| parent | 614c26b208af2b8ab772528c8b84d256371daec9 (diff) | |
| download | haskell-be8301a8430224abed64ddf7692dca5bb3cfdcb3.tar.gz | |
Update for changes in GHC's build system
Diffstat (limited to 'libraries/integer-gmp/gmp')
| -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 068d87d597..fd05db4547 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_3_done)" "YES" +ifeq "$(phase)" "" ifeq "$(findstring clean,$(MAKECMDGOALS))" "" include libraries/integer-gmp/gmp/config.mk |
