comparison liboctave/Makefile.am @ 14397:670feb71afde stable

maint: Move @CPPFLAGS@ to end of AM_CPPFLAGS lists in Makefiles. * libcruft/Makefile.am (AM_CPPFLAGS): Move @CPPFLAGS@ to the end of the list. * liboctave/Makefile.am: Likewise. * src/Makefile.am: Likewise.
author John W. Eaton <jwe@octave.org>
date Thu, 23 Feb 2012 15:45:16 -0500
parents 95c43fc8dbe1
children 9a610b0e8c4b
comparison
equal deleted inserted replaced
14396:08e48e7a4c8a 14397:670feb71afde
18 # along with Octave; see the file COPYING. If not, see 18 # along with Octave; see the file COPYING. If not, see
19 # <http://www.gnu.org/licenses/>. 19 # <http://www.gnu.org/licenses/>.
20 20
21 include $(top_srcdir)/build-aux/common.mk 21 include $(top_srcdir)/build-aux/common.mk
22 22
23 ## Search local directories before those specified by the user.
23 AM_CPPFLAGS = \ 24 AM_CPPFLAGS = \
24 @CPPFLAGS@ -I../libgnu -I$(top_srcdir)/libgnu \ 25 -I../libgnu -I$(top_srcdir)/libgnu \
25 -I$(top_srcdir)/libcruft/misc 26 -I$(top_srcdir)/libcruft/misc \
27 @CPPFLAGS@
26 28
27 EXTRA_DIST = \ 29 EXTRA_DIST = \
28 config-ops.sh \ 30 config-ops.sh \
29 mk-ops.awk \ 31 mk-ops.awk \
30 mx-op-inc.mk \ 32 mx-op-inc.mk \