From d9f244327ee88e6e71624b89f51982288059fe94 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 7 Nov 2000 14:01:53 +0000
Subject: [PATCH] [project @ 2000-11-07 14:01:53 by simonmar] revert 1.109
 (ghci isn't included in DIRS unless we're bootstrapping)

---
 ghc/compiler/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 5c7496c56e85..813dbfb6f4df 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.109 2000/11/06 08:15:20 simonpj Exp $
+# $Id: Makefile,v 1.110 2000/11/07 14:01:53 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -91,7 +91,7 @@ $(HS_PROG) :: $(HS_SRCS)
 DIRS = \
   utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn \
   specialise simplCore stranal stgSyn simplStg codeGen absCSyn main \
-  profiling parser usageSP cprAnalysis javaGen compMan ghci
+  profiling parser usageSP cprAnalysis javaGen compMan
 
 ifeq ($(GhcWithNativeCodeGen),YES)
 DIRS += nativeGen
@@ -212,7 +212,7 @@ nativeGen/MachCode_HC_OPTS 	= -H10m
 # Avoids Bug in 3.02, it seems
 usageSP/UsageSPInf_HC_OPTS	= -Onot
 
-prelude/PrimOp_HC_OPTS 		= -H12m -K3m
+prelude/PrimOp_HC_OPTS 		= -H12m -K3m -no-recomp
 
 # because the NCG can't handle the 64-bit math in here
 prelude/PrelRules_HC_OPTS	= -fvia-C
-- 
GitLab