[commit: ghc] master: Some build system tweaks (315b36b)
Ian Lynagh
igloo at earth.li
Sat May 11 19:21:41 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/315b36b4220cb22a685f55d3dbdbc3bd5778b377
>---------------------------------------------------------------
commit 315b36b4220cb22a685f55d3dbdbc3bd5778b377
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri May 10 22:49:15 2013 +0100
Some build system tweaks
>---------------------------------------------------------------
ghc.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index fcf3a73..b169dfb 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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
More information about the ghc-commits
mailing list