From: simonmar Date: Wed, 20 Dec 2000 13:33:00 +0000 (+0000) Subject: [project @ 2000-12-20 13:33:00 by simonmar] X-Git-Tag: Approximately_9120_patches~3022 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d6c8392d00e8e9ce4bd4b52b55c07dc56b8a85db;p=ghc-hetmet.git [project @ 2000-12-20 13:33:00 by simonmar] add back -Rghc-timing --- 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))