X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=25cedabdacaed5490d1900b41c320d8239ee336d;hb=fea8c9e4b1ef4973aa577f29b59d35ee12472ebb;hp=252da0d08c8ee23b016b130bcd442070e675bba5;hpb=f83010b119096699d1efef2f7bb45460719c48f9;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 252da0d..25cedab 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -725,7 +725,7 @@ endif $(INPLACE_HS): Makefile $(FPTOOLS_TOP)/mk/config.mk echo "import System.Cmd; import $(EnvImport); import System.Exit" > $@ - echo "main = do args <- $(GetArgs); rawSystem \"$(TOP_ABS)/$(GHC_COMPILER_DIR_REL)/$(GHC_PROG)\" (\"-B$(TOP_ABS)\":args) >>= exitWith" >> $@ + echo "main = do args <- $(GetArgs); rawSystem \"$(TOP_ABS)/$(GHC_COMPILER_DIR_REL)/$(GHC_PROG)\" (\"-B$(TOP_ABS)\":\"-fhardwire-lib-paths\":args) >>= exitWith" >> $@ $(INPLACE_PROG): $(INPLACE_HS) $(HC) --make $< -o $@