From: Roman Leshchinskiy Date: Wed, 4 Nov 2009 01:19:08 +0000 (+0000) Subject: Always include libraries/dph/ghc.mk in top-level ghc.mk X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dd48400ee0560fffbfc5c7d52b3928f6703ed350 Always include libraries/dph/ghc.mk in top-level ghc.mk --- diff --git a/ghc.mk b/ghc.mk index d23f254..984e0fc 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