[project @ 1999-07-15 08:51:25 by simonmar]
authorsimonmar <unknown>
Thu, 15 Jul 1999 08:51:25 +0000 (08:51 +0000)
committersimonmar <unknown>
Thu, 15 Jul 1999 08:51:25 +0000 (08:51 +0000)
oops, forgot to commit this yesterday.

RAWCPP is now '$(CPP) -undef -traditional'.

mk/config.mk.in

index ab4fd5a..27c9ffc 100644 (file)
@@ -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