diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-10 22:49:15 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-10 22:49:15 +0100 |
commit | 315b36b4220cb22a685f55d3dbdbc3bd5778b377 (patch) | |
tree | 6053dc1503a44b275e8f2e30b49ca5dd6ec9112d /ghc.mk | |
parent | eb569b6a5334c11d0aeb3407284409dd049d82b2 (diff) | |
download | haskell-315b36b4220cb22a685f55d3dbdbc3bd5778b377.tar.gz |
Some build system tweaks
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -167,7 +167,7 @@ include rules/clean-target.mk # ----------------------------------------------------------------------------- # The inplace tree -$(eval $(call clean-target,inplace,,inplace/bin inplace/lib)) +$(eval $(call clean-target,root,inplace,inplace/bin inplace/lib)) # ----------------------------------------------------------------------------- # Whether to build dependencies or not @@ -707,7 +707,7 @@ $(shell echo "[]" >$(BOOTSTRAPPING_CONF)) endif endif -$(eval $(call clean-target,$(BOOTSTRAPPING_CONF),,$(BOOTSTRAPPING_CONF))) +$(eval $(call clean-target,root,bootstrapping_conf,$(BOOTSTRAPPING_CONF))) # register the boot packages in strict sequence, because running # multiple ghc-pkgs in parallel doesn't work (registrations may get |