From: rrt Date: Mon, 1 Oct 2001 13:38:50 +0000 (+0000) Subject: [project @ 2001-10-01 13:38:50 by rrt] X-Git-Tag: Approximately_9120_patches~885 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1a9d0bbe26240f1e8f63bba5754f5620b71c7ad2;p=ghc-hetmet.git [project @ 2001-10-01 13:38:50 by rrt] Reflect reality ever-so-slightly better. --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index f9a2711..2ebbb06 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -154,7 +154,6 @@ INSTALL_DATAS += PrelGHC.$(way_)hi #----------------------------------------------------------------------------- # ILX stuff. PLEASE IGNORE THIS UNLESS YOU'RE WORKING ON GHC.NET - ilxstd: $(MAKE) way=i std.dll std.i_vlb # $(MAKE) way=ilx-Onot-mono std.ilx-Onot.mono.dll std.ilx-Onot.mono.vlb @@ -181,12 +180,12 @@ ilxcheck: ifeq "$(ILXized)" "YES" -SRC_HC_OPTS += -optI--assembly-name -optIstd.$(way_)o -optI--module -DILX +SRC_HC_OPTS += -optI--assembly-name -optIstd.$(way_)o -optI--module -DILX -keep-il-file HS_ILX+=PrelGHC.$(way_)o -PrelGHC.$(way_)o: PrelGHC.ilx.real - sed -e "s/'PrelBase.dll'/'PrelBase.$(way_)o'/g" $< > $@.tmp - $(ILX2IL) --module --assembly-name std.$(way_)o -o $@.il $@.tmp +PrelGHC.il: PrelGHC.ilx.real +# sed -e "s/'PrelBase.dll'/'PrelBase.$(way_)o'/g" $< > $@.tmp + $(ILX2IL) --module --assembly-name std.dll -o $@ $< $(ILASM) /QUIET /DLL /OUT=$@ $@.il # mv $@.tmp $@