From 712a982fd4d9bad19c8e4ba7cd5ce5a6b4f8e954 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 22 Mar 2000 12:01:57 +0000 Subject: [PATCH] [project @ 2000-03-22 12:01:57 by rrt] Stopped PrelMain.dll_o being built with -split-objs (filter this out from argument list) --- ghc/lib/std/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4