[project @ 2000-12-20 15:58:35 by simonmar]
[ghc-hetmet.git] / ghc / compiler / Makefile
index 332b89b..af977aa 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.125 2000/12/20 13:33:00 simonmar Exp $
+# $Id: Makefile,v 1.127 2000/12/20 15:54:51 rrt Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -120,8 +120,7 @@ endif
 
 HS_OBJS  = \
   $(patsubst %.hc, %.o, $(HCS)) \
-  parser/hschooks.o \
-  parser/hs_ctype.o
+  parser/hschooks.o
 
 DESTDIR       = $(INSTALL_LIBRARY_DIR_GHC)
 
@@ -160,7 +159,7 @@ empty:=
 space:= $(empty) $(empty)
 
 SRC_HC_OPTS += \
-  -cpp -fglasgow-exts -Rghc-timing \
+  -cpp -fglasgow-exts \
   -I. -IcodeGen -InativeGen -Iparser \
   -i$(subst $(space),:,$(DIRS)) 
 
@@ -205,9 +204,9 @@ prelude/PrimOp_HC_OPTS              = -H12m -no-recomp
 # because the NCG can't handle the 64-bit math in here
 prelude/PrelRules_HC_OPTS      = -fvia-C
 
-rename/ParseIface_HC_OPTS      += -Onot -H45m -fno-warn-incomplete-patterns
+rename/ParseIface_HC_OPTS      += -K2M -Onot -H45m -fno-warn-incomplete-patterns
 
-parser/Parser_HC_OPTS          += -Onot -fno-warn-incomplete-patterns
+parser/Parser_HC_OPTS          += -K2M -Onot -fno-warn-incomplete-patterns
 
 ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9"
 rename/RnMonad_HC_OPTS                 =  -O2 -O2-for-C