From: simonm Date: Tue, 11 Nov 1997 15:33:53 +0000 (+0000) Subject: [project @ 1997-11-11 15:33:53 by simonm] X-Git-Tag: Approx_2487_patches~1307 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b30f2677714e02d76f00fe18f99486088ebdf709;p=ghc-hetmet.git [project @ 1997-11-11 15:33:53 by simonm] s/UnsafeST/Unsafe. --- diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index c98fa4e..8d16853 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -66,7 +66,7 @@ ghc/PrelNum_HC_OPTS += -H30m # to override the SRC_HC_OPTS of -O, and anything option coming # from the Makefile overrides what's in OPTIONS lines. (mumble_HC_OPTS # does override SRC_HC_OPTS settings) -ghc/UnsafeST_HC_OPTS += -Onot +ghc/Unsafe_HC_OPTS += -Onot ghc/PrelBase_HC_OPTS += -H12m ghc/PrelRead_HC_OPTS += -H8m