X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;h=5e5504bd4124529e839f4ab37a877fc9a02ba058;hp=f330340b33728653b1c4d707f3920c047adf2716;hb=ce5c7f0db0d0b2bf0be171eb8d5fbebe7df97fcb;hpb=10ba2ab9fb729215f5e30654527a5d882a3a01f7 diff --git a/compiler/Makefile b/compiler/Makefile index f330340..5e5504b 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -715,7 +715,7 @@ $(INPLACE_HS): Makefile $(FPTOOLS_TOP)/mk/config.mk echo "main = do args <- getArgs; rawSystem \"$(TOP_ABS)/$(GHC_COMPILER_DIR_REL)/$(GHC_PROG)\" (\"-B$(TOP_ABS)\":args) >>= exitWith" >> $@ $(INPLACE_PROG): $(INPLACE_HS) - $(GHC) --make $< -o $@ + $(HC) --make $< -o $@ all :: $(INPLACE_PROG)