Skip to content
Snippets Groups Projects
Commit 712a982f authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-03-22 12:01:57 by rrt]

Stopped PrelMain.dll_o being built with -split-objs (filter this out from
argument list)
parent b0caf11c
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment