From: rrt Date: Fri, 28 Apr 2000 16:59:53 +0000 (+0000) Subject: [project @ 2000-04-28 16:59:53 by rrt] X-Git-Tag: Approximately_9120_patches~4576 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f4c7e8067c810a723e9e3279d9f5d3d62530f879;p=ghc-hetmet.git [project @ 2000-04-28 16:59:53 by rrt] Changed HSprel.dll to HSstd.dll, as it should be. --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 542d536..6c1f5ac 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -87,10 +87,10 @@ PrelGHC.$(way_)hi : PrelGHC.hi-boot boot :: PrelGHC.hi $(foreach way, $(WAYS), PrelGHC.$(way)_hi) -DLL_NAME = HSprel.dll +DLL_NAME = HSstd.dll DLL_DESCRIPTION="GHC-compiled Haskell Prelude" DLL_IMPLIB_NAME = libHSstd_imp.a -SRC_BLD_DLL_OPTS += --export-all --output-def=HSprel.def DllVersionInfo.o +SRC_BLD_DLL_OPTS += --export-all --output-def=HSstd.def DllVersionInfo.o SRC_BLD_DLL_OPTS += -lwinmm -lHSrts_imp -lHSstd_cbits_imp -lgmp -L. -L../../rts/gmp -L../../rts -Lcbits ifeq "$(way)" "dll"