Makefile tweak
authorIan Lynagh <igloo@earth.li>
Sat, 2 May 2009 22:56:01 +0000 (22:56 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 2 May 2009 22:56:01 +0000 (22:56 +0000)
ghc.mk
mk/config.mk.in

diff --git a/ghc.mk b/ghc.mk
index 96b3c96..0bfca27 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -165,8 +165,6 @@ $(eval $(call clean-target,inplace,,inplace))
 # When we're just doing 'make clean' or 'make show', then we don't need
 # to build dependencies.
 
-NO_INCLUDE_DEPS = NO
-NO_INCLUDE_PKGDATA = NO
 ifneq "$(findstring clean,$(MAKECMDGOALS))" ""
 NO_INCLUDE_DEPS = YES
 NO_INCLUDE_PKGDATA = YES
index e7cc04d..c7cbbb9 100644 (file)
@@ -51,6 +51,9 @@ BootingFromHc = @BootingFromHc@
 # rather than registerised code, i.e., disable the mangler?
 BootingFromUnregisterisedHc = @BootingFromUnregisterisedHc@
 
+NO_INCLUDE_DEPS = NO
+NO_INCLUDE_PKGDATA = NO
+
 #
 # Which ways should DocBook XML documents be built?
 # options are: dvi ps pdf html chm HxS