summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>2009-11-04 01:19:08 +0000
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>2009-11-04 01:19:08 +0000
commitdd48400ee0560fffbfc5c7d52b3928f6703ed350 (patch)
tree0f021524a49a00453b31647f6ad0cd342ea394dd /ghc.mk
parent91cb5af24ad12cd5574b4cca84ec9fb97668dceb (diff)
downloadhaskell-dd48400ee0560fffbfc5c7d52b3928f6703ed350.tar.gz
Always include libraries/dph/ghc.mk in top-level ghc.mk
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index d23f25489c..984e0fc1b1 100644
--- 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