From: simonmar Date: Fri, 7 Jul 2000 09:37:39 +0000 (+0000) Subject: [project @ 2000-07-07 09:37:39 by simonmar] X-Git-Tag: Approximately_9120_patches~4064 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=29e5b129c2e95d8890048f5dd27711c351db8e7e;p=ghc-hetmet.git [project @ 2000-07-07 09:37:39 by simonmar] revert rev. 1.81 --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 0adcf8b..47b0d31 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.81 2000/06/15 11:17:41 sewardj Exp $ +# $Id: Makefile,v 1.82 2000/07/07 09:37:39 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -107,7 +107,7 @@ space:= $(empty) $(empty) SRC_HC_OPTS += \ -cpp -fglasgow-exts -Rghc-timing \ -I. -IcodeGen -InativeGen -Iparser \ - -i$(subst $(space),:,$(DIRS)) -O + -i$(subst $(space),:,$(DIRS)) SRC_CC_OPTS += -Iparser -I. -I$(TOP)/includes -O