From 51d894f73a9fbce57e2805faa72f577f263f3cac Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 5 Jul 2001 13:52:40 +0000 Subject: [PATCH] [project @ 2001-07-05 13:52:40 by rrt] Final stage of the PACKAGE oopsathon, or else... --- 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 c1c3e90..4548978 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -38,7 +38,7 @@ BOOT_SRCS += PrelPrimopWrappers.hs #----------------------------------------------------------------------------- # Setting the GHC compile options -SRC_HC_OPTS += -cpp -fglasgow-exts $(GhcLibHcOpts) $(PACKAGE) +SRC_HC_OPTS += -cpp -fglasgow-exts $(GhcLibHcOpts) ifneq "$(ILXized)" "YES" SRC_HSC2HS_OPTS += -Icbits endif -- 1.7.10.4