diff libcruft/Makefile.am @ 15120:9db33c1f6f5f

Remove CPPFLAGS from AM_CPPFLAGS which causes CPPFLAGS to appear twice during compile. * libcruft/Makefile.am, liboctave/Makefile.am, src/Makefile.am: Remove instantiation of CPPFLAGS in AM_CPPFLAGS.
author Rik <rik@octave.org>
date Mon, 06 Aug 2012 17:27:18 -0700
parents 9e4ad3f1f291
children 3e5b00d964ad
line wrap: on
line diff
--- a/libcruft/Makefile.am	Mon Aug 06 09:41:20 2012 -0700
+++ b/libcruft/Makefile.am	Mon Aug 06 17:27:18 2012 -0700
@@ -22,8 +22,7 @@
 
 ## Search local directories before those specified by the user.
 AM_CPPFLAGS = \
-  -I../libgnu -I$(top_srcdir)/libgnu \
-  @CPPFLAGS@
+  -I../libgnu -I$(top_srcdir)/libgnu
 
 AUTOMAKE_OPTIONS = subdir-objects