From e18bccc2614a22dc9f806327345bc22b4e98a956 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 22 Nov 2000 10:13:43 +0000 Subject: [PATCH] [project @ 2000-11-22 10:13:43 by sewardj] Don't commit junk in the Makefile :-( --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ace5c94..6fc7daf 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.116 2000/11/22 10:01:45 sewardj Exp $ +# $Id: Makefile,v 1.117 2000/11/22 10:13:43 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -165,7 +165,7 @@ space:= $(empty) $(empty) SRC_HC_OPTS += \ -cpp -fglasgow-exts \ -Rghc-timing -I. -IcodeGen -InativeGen -Iparser \ - -i$(subst $(space),:,$(DIRS)) -O -H32m -prof + -i$(subst $(space),:,$(DIRS)) ghc_407_at_least = $(shell expr "$(GhcMinVersion)" \>= 7) ifeq "$(ghc_407_at_least)" "1" -- 1.7.10.4