diff options
author | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2009-11-04 01:19:08 +0000 |
---|---|---|
committer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2009-11-04 01:19:08 +0000 |
commit | dd48400ee0560fffbfc5c7d52b3928f6703ed350 (patch) | |
tree | 0f021524a49a00453b31647f6ad0cd342ea394dd /ghc.mk | |
parent | 91cb5af24ad12cd5574b4cca84ec9fb97668dceb (diff) | |
download | haskell-dd48400ee0560fffbfc5c7d52b3928f6703ed350.tar.gz |
Always include libraries/dph/ghc.mk in top-level ghc.mk
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |