From 085025b1e45218eb4f9ef7fda055e23f03b8e1b7 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 31 Jul 2007 11:49:25 +0000 Subject: compile the -inplace programs using $(HC), not $(GHC) $(UseStage1) modifies $(HC) rather than $(GHC) --- utils/ghc-pkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ghc-pkg/Makefile') diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index 47b4ebed36..698cdc11de 100644 --- a/utils/ghc-pkg/Makefile +++ b/utils/ghc-pkg/Makefile @@ -70,7 +70,7 @@ $(INPLACE_HS): Makefile $(FPTOOLS_TOP)/mk/config.mk echo "main = do args <- getArgs; rawSystem \"$(TOP_ABS)/$(GHC_PKG_DIR_REL)/$(HS_PROG)\" (\"--global-conf\":\"$(TOP_ABS)/driver/package.conf.inplace\":args) >>= exitWith" >> $@ $(INPLACE_PROG): $(INPLACE_HS) - $(GHC) --make $< -o $@ + $(HC) --make $< -o $@ all :: $(INPLACE_PROG) -- cgit v1.2.1