From: rrt Date: Wed, 22 Mar 2000 12:01:57 +0000 (+0000) Subject: [project @ 2000-03-22 12:01:57 by rrt] X-Git-Tag: Approximately_9120_patches~4932 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=712a982fd4d9bad19c8e4ba7cd5ce5a6b4f8e954;p=ghc-hetmet.git [project @ 2000-03-22 12:01:57 by rrt] Stopped PrelMain.dll_o being built with -split-objs (filter this out from argument list) --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 37f7134..44c04ed 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -117,7 +117,7 @@ ifeq "$(way)" "dll" PrelMain.dll_o : PrelMain.lhs $(RM) ../PrelMain.lhs $(CP) PrelMain.lhs ../ - $(MAKE) -C .. PrelMain.dll_o way=dll HC=std/$(GHC_INPLACE) HC_OPTS="$(filter-out -fcompiling-prelude, $(patsubst -odir,,$(HC_OPTS)))" + $(MAKE) -C .. PrelMain.dll_o way=dll HC=std/$(GHC_INPLACE) HC_OPTS="$(filter-out -fcompiling-prelude -split-objs, $(patsubst -odir,,$(HC_OPTS)))" $(MV) ../PrelMain.dll_o . $(RM) ../PrelMain.lhs ../PrelMain.dll_hi endif