summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-12-20 13:40:08 +0000
committersimonmar <unknown>2000-12-20 13:40:08 +0000
commita7568f61b7b3dd1af469b16eca81d068bf0f1eb8 (patch)
tree25c942f4540c4f9fb4104f3d052f127cc70ef764 /ghc
parentd6c8392d00e8e9ce4bd4b52b55c07dc56b8a85db (diff)
downloadhaskell-a7568f61b7b3dd1af469b16eca81d068bf0f1eb8.tar.gz
[project @ 2000-12-20 13:40:08 by simonmar]
on second thoughts, -Rghc-timing should really go in config.mk.in.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/compiler/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 332b89b299..14e105a68e 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.125 2000/12/20 13:33:00 simonmar Exp $
+# $Id: Makefile,v 1.126 2000/12/20 13:40:08 simonmar 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))