From: simonmar Date: Thu, 15 Jul 1999 08:51:25 +0000 (+0000) Subject: [project @ 1999-07-15 08:51:25 by simonmar] X-Git-Tag: Approximately_9120_patches~5983 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=489143c43a9a46ad69beb4152cd9d8e15230a85c [project @ 1999-07-15 08:51:25 by simonmar] oops, forgot to commit this yesterday. RAWCPP is now '$(CPP) -undef -traditional'. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index ab4fd5a..27c9ffc 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -529,7 +529,7 @@ CONTEXT_DIFF = @ContextDiffCmd@ CP = cp CPP = @CPP@ CTAGS = $(ETAGS) -RAWCPP = @RAWCPP@ +RAWCPP = $(CPP) -undef -traditional INSTALL = @INSTALL@ # # Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback