[project @ 2001-10-13 20:46:24 by sof]
authorsof <unknown>
Sat, 13 Oct 2001 20:46:24 +0000 (20:46 +0000)
committersof <unknown>
Sat, 13 Oct 2001 20:46:24 +0000 (20:46 +0000)
In defn of CPP, include @CPPFLAGS@ on RHS.

mk/config.mk.in

index 10aa7e8..fad3130 100644 (file)
@@ -676,7 +676,7 @@ COMPRESS_SUFFIX         = @CompressSuffix@
 
 CONTEXT_DIFF           = @ContextDiffCmd@
 CP                     = cp
-CPP                    = @CPP@
+CPP                    = @CPP@ @CPPFLAGS@
 CTAGS                  = $(ETAGS)
 #
 # RAWCPP_FLAGS are the flags to give to cpp (viz, gcc -E) to persuade it to