X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=5e5504bd4124529e839f4ab37a877fc9a02ba058;hb=cfe89540b4a0620d02b47786599ad1836d851b25;hp=f330340b33728653b1c4d707f3920c047adf2716;hpb=e58f0bfbdc3d8459e9546aad293ed46aec5ca66b;p=ghc-hetmet.git 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)