X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=d9d9a762ebcdd46512a2a4215a7e190fdef0741a;hb=90fdf6fe22eebb4140f0b26bf138be6fdad43198;hp=27eeb213e1cab4c929c9f902d6e4789db594fad6;hpb=d2c2c9372b2479adddc5cd6f6ecfbc4d7740ca32;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 27eeb21..d9d9a76 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.51 2001/07/03 16:57:03 sewardj Exp $ +# $Id: Makefile,v 1.52 2001/07/05 13:01:16 rrt Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -120,7 +120,7 @@ unexport CC # # Building DLLs is only supported on mingw32 at the moment. # -HSLIB = rts +PACKAGE = rts ifeq "$(DLLized)" "YES" SRC_BLD_DLL_OPTS += -lHS_imp_stub -lgmp_imp