From 9ee7bce476f8ce3df67b8c4af5820e42331f64fd Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sat, 22 Jan 2011 19:47:56 +0000 Subject: [PATCH] Update for changes in GHC's build system --- gmp/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmp/ghc.mk b/gmp/ghc.mk index 068d87d..fd05db4 100644 --- a/gmp/ghc.mk +++ b/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 -- GitLab