changeset 15175:f3a5338aaa01

build: Remove unneeded -Ioctave-value, -Ioperators from AM_CPPFLAGS. * src/Makefile.am: Remove unneeded -Ioctave-value, -Ioperators from AM_CPPFLAGS.
author Rik <rik@octave.org>
date Tue, 14 Aug 2012 15:55:52 -0700
parents 8593bed236f1
children 5984aa619cd9
files src/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,9 +26,9 @@
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libcruft/misc \
   -I../liboctave -I$(top_srcdir)/liboctave \
-  -Ioctave-value -I$(srcdir)/octave-value \
+  -I$(srcdir)/octave-value \
+  -I$(srcdir)/operators \
   -Iparse-tree -I$(srcdir)/parse-tree \
-  -Ioperators -I$(srcdir)/operators \
   -Iinterp-core -I$(srcdir)/interp-core \
   -Iinterpfcn -I$(srcdir)/interpfcn \
   -Icorefcn \