From 85778bb4118586f72286538bba5c87f9eca275ff Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 17 Aug 2001 11:14:28 +0000 Subject: [PATCH] [project @ 2001-08-17 11:14:28 by rrt] std.dll now gets made by target.mk rules --- ghc/lib/std/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index bda14ea..783aabe 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -186,9 +186,6 @@ PrelGHC.$(way_)o: PrelGHC.ilx.real $(ILASM) /QUIET /DLL /OUT=$@ $@.il # mv $@.tmp $@ -std.dll: $(HS_OBJS) - al -out:$@ $(HS_OBJS) - std.$(way_)mvl: $(HS_IL) ((ILVALID_HOME=c:\\devel\\fcom\\src\\ ILVALID_MSCORLIB=mscorlib.vlb $(ILVALID) c:\\devel\\fcom\\src\\bin\\msilxlib$(ilx2il_suffix).vlb $(HS_IL)) 2>&1) | tee $@ -- 1.7.10.4