From dd48400ee0560fffbfc5c7d52b3928f6703ed350 Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Wed, 4 Nov 2009 01:19:08 +0000 Subject: [PATCH] Always include libraries/dph/ghc.mk in top-level ghc.mk --- ghc.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4