From 489143c43a9a46ad69beb4152cd9d8e15230a85c Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 15 Jul 1999 08:51:25 +0000 Subject: [PATCH] [project @ 1999-07-15 08:51:25 by simonmar] oops, forgot to commit this yesterday. RAWCPP is now '$(CPP) -undef -traditional'. --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4