]> git.eshelyaron.com Git - emacs.git/commitdiff
* oldXMenu/Makefile.in (CPPFLAGS): Explicitly set via configure.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2014 17:59:30 +0000 (10:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2014 17:59:30 +0000 (10:59 -0700)
oldXMenu/ChangeLog
oldXMenu/Makefile.in

index f3736cdacfae45279fea726749579c58758089df..74686f6497239ade39f4d79de78d2698d27504bb 100644 (file)
@@ -1,5 +1,7 @@
 2014-06-15  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (CPPFLAGS): Explicitly set via configure.
+
        * Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags):
        Declare as PHONY.
        (boostrap-clean): New.
index 28fbf1eb3660ec72daa6a51da4999f782ad575ac..91b313ac6276e1695c76c9ecfde5952a2dba4103 100644 (file)
@@ -56,6 +56,8 @@ WERROR_CFLAGS = @WERROR_CFLAGS@
 EXTRA=insque.o
 CC=@CC@
 CFLAGS=@CFLAGS@
+CPPFLAGS = @CPPFLAGS@
+
 TAGS = etags
 RM = rm -f
 RANLIB = @RANLIB@