From 2495b341ad10ac31c969d8d6df48dc6cd5406d99 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 28 Apr 2000 17:16:10 +0000 Subject: [PATCH] [project @ 2000-04-28 17:16:10 by rrt] Changed HSprel.dll to HSstd.dll --- ghc/rts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 1180fe5..3e08742 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.22 2000/04/17 11:57:55 simonmar Exp $ +# $Id: Makefile,v 1.23 2000/04/28 17:16:10 rrt Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -112,7 +112,7 @@ SRC_BLD_DLL_OPTS += --export-all -lwinmm -lHS_imp_stub -lgmp -L. -Lgmp $(DLL_NAME) :: libHS_imp_stub.a libHS_imp_stub.a : - dlltool --output-lib libHS_imp_stub.a --def HSprel.def --dllname HSprel.dll + dlltool --output-lib libHS_imp_stub.a --def HSprel.def --dllname HSstd.dll # It's not included in the DLL, but we need to compile it up separately. all :: Main.dll_o -- 1.7.10.4