From d6c8392d00e8e9ce4bd4b52b55c07dc56b8a85db Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 20 Dec 2000 13:33:00 +0000 Subject: [PATCH] [project @ 2000-12-20 13:33:00 by simonmar] add back -Rghc-timing --- ghc/compiler/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index e40bd81..332b89b 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.124 2000/12/20 10:46:12 simonmar Exp $ +# $Id: Makefile,v 1.125 2000/12/20 13:33:00 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -120,7 +120,8 @@ endif HS_OBJS = \ $(patsubst %.hc, %.o, $(HCS)) \ - parser/hschooks.o + parser/hschooks.o \ + parser/hs_ctype.o DESTDIR = $(INSTALL_LIBRARY_DIR_GHC) @@ -159,7 +160,7 @@ empty:= space:= $(empty) $(empty) SRC_HC_OPTS += \ - -cpp -fglasgow-exts \ + -cpp -fglasgow-exts -Rghc-timing \ -I. -IcodeGen -InativeGen -Iparser \ -i$(subst $(space),:,$(DIRS)) -- 1.7.10.4