From e6fb8c9e66351ea240a3b4eb36c40e4c42b91da5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 9 Dec 2009 13:19:17 +0000 Subject: [PATCH] Add a comment about why $(CPP) is defined the way it is in config.mk.in --- mk/config.mk.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index a400af9..b436235 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -569,6 +569,8 @@ BASH = /usr/local/bin/bash CONTEXT_DIFF = @ContextDiffCmd@ CP = cp +# It's not easy to separate the CPP program from its flags, as +# AC_PROG_CPP defines CPP as "/usr/bin/gcc -E" CPP = @CPP@ @CPPFLAGS@ CTAGS = $(ETAGS) # -- 1.7.10.4