From 588ca4b501d3d9581a19d786d1294a69375e2d3d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 May 2009 11:10:09 +0000 Subject: [PATCH] Tweak rts ghc.mk for bootstrapping --- rts/ghc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rts/ghc.mk b/rts/ghc.mk index 54b9c65..ff8eaff 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -389,7 +389,9 @@ endif $(eval $(call manual-package-config,rts)) +ifneq "$(BootingFromHc)" "YES" rts/package.conf.inplace : $(includes_H_CONFIG) $(includes_H_PLATFORM) +endif # ----------------------------------------------------------------------------- # installing -- 1.7.10.4