From 1a9d0bbe26240f1e8f63bba5754f5620b71c7ad2 Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 1 Oct 2001 13:38:50 +0000 Subject: [PATCH] [project @ 2001-10-01 13:38:50 by rrt] Reflect reality ever-so-slightly better. --- ghc/lib/std/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 $@ -- 1.7.10.4