X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fghc-pkg%2FMakefile;h=698cdc11de4f863ad291ad8a47134736b0f0c334;hp=47b4ebed36d4bf2a917405666544dd96c0fe28c5;hb=085025b1e45218eb4f9ef7fda055e23f03b8e1b7;hpb=f74a6116eb089646eec41755eccbe0eb88a99ac0 diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index 47b4ebe..698cdc1 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)