Always include libraries/dph/ghc.mk in top-level ghc.mk
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Wed, 4 Nov 2009 01:19:08 +0000 (01:19 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Wed, 4 Nov 2009 01:19:08 +0000 (01:19 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index d23f254..984e0fc 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -521,11 +521,12 @@ endif
 ifneq "$(CLEANING)" "YES"
 BUILD_DIRS += \
    $(patsubst %, libraries/%, $(PACKAGES) $(PACKAGES_STAGE2))
+endif
+
 ifneq "$(BootingFromHc)" "YES"
 BUILD_DIRS += \
    libraries/dph
 endif
-endif
 
 ifeq "$(INTEGER_LIBRARY)" "integer-gmp"
 BUILD_DIRS += libraries/integer-gmp/gmp