From: sewardj Date: Wed, 22 Nov 2000 10:13:43 +0000 (+0000) Subject: [project @ 2000-11-22 10:13:43 by sewardj] X-Git-Tag: Approximately_9120_patches~3271 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e18bccc2614a22dc9f806327345bc22b4e98a956;p=ghc-hetmet.git [project @ 2000-11-22 10:13:43 by sewardj] Don't commit junk in the Makefile :-( --- 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"