diff options
author | simonmar <unknown> | 2000-11-07 14:07:09 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-11-07 14:07:09 +0000 |
commit | c8883ba060ec594b09c9d0bfdeeca1190b7f295c (patch) | |
tree | d678463e0bc1ab4fe81baaf98d3e9991eeb58614 /ghc | |
parent | d9f244327ee88e6e71624b89f51982288059fe94 (diff) | |
download | haskell-c8883ba060ec594b09c9d0bfdeeca1190b7f295c.tar.gz |
[project @ 2000-11-07 14:07:09 by simonmar]
add -optc-DGHCI
Diffstat (limited to 'ghc')
-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 813dbfb6f4..ab112fdc40 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.110 2000/11/07 14:01:53 simonmar Exp $ +# $Id: Makefile,v 1.111 2000/11/07 14:07:09 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -107,7 +107,7 @@ endif ifeq "$(GhcWithInterpreter)" "YES" ghc_409_at_least = $(shell expr "$(GhcMinVersion)" \>= 9) ifeq "$(ghc_409_at_least)" "1" -SRC_HC_OPTS += -DGHCI +SRC_HC_OPTS += -DGHCI -optc-DGHCI DIRS += ghci endif endif |