From 678cfbcde9a360cd489cae8cfd238d637daf6fae Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 17 Mar 2000 17:17:48 +0000 Subject: [PATCH] [project @ 2000-03-17 17:17:48 by rrt] Spelt HS_cbits_imp correctly in SRC_BLD_DLL_OPTS --- ghc/lib/std/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 7ec2d63..37f7134 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -84,7 +84,7 @@ DLL_NAME = HSprel.dll DLL_DESCRIPTION="GHC-compiled Haskell Prelude" DLL_IMPLIB_NAME = libHS_imp.a SRC_BLD_DLL_OPTS += --export-all --output-def=HSprel.def DllVersionInfo.o -SRC_BLD_DLL_OPTS += -lwinmm -lHSrts_imp -lHScbits_imp -lgmp -L. -L../../rts/gmp -L../../rts -Lcbits +SRC_BLD_DLL_OPTS += -lwinmm -lHSrts_imp -lHS_cbits_imp -lgmp -L. -L../../rts/gmp -L../../rts -Lcbits ifeq "$(way)" "dll" HS_SRCS := $(filter-out PrelMain.lhs, $(HS_SRCS)) -- 1.7.10.4