diff options
author | sewardj <unknown> | 2000-11-22 10:13:43 +0000 |
---|---|---|
committer | sewardj <unknown> | 2000-11-22 10:13:43 +0000 |
commit | e18bccc2614a22dc9f806327345bc22b4e98a956 (patch) | |
tree | dd2b23a0c17546f4e8ec46fb6fa9a70abfda47d5 | |
parent | 4d0bafc27aec0065b180b715d8cf3a360c304da6 (diff) | |
download | haskell-e18bccc2614a22dc9f806327345bc22b4e98a956.tar.gz |
[project @ 2000-11-22 10:13:43 by sewardj]
Don't commit junk in the Makefile :-(
-rw-r--r-- | ghc/compiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ace5c94180..6fc7daf863 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" |