From 68df16f0d4913deaee764fac9990a3d3007e8381 Mon Sep 17 00:00:00 2001 From: amrutjoshi Date: Mon, 13 Jan 2003 10:43:31 +0000 Subject: [PATCH] Removed unused include path --- lustre/Rules | 2 +- lustre/configure.in | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lustre/Rules b/lustre/Rules index cbcf51f..0f2fa56 100644 --- a/lustre/Rules +++ b/lustre/Rules @@ -21,4 +21,4 @@ tags: find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs ctags -a find $(top_srcdir) -name '*.[hc]' | xargs ctags -a -AM_CPPFLAGS="-I$(top_builddir)/include" +AM_CPPFLAGS=-I$(top_builddir)/include diff --git a/lustre/configure.in b/lustre/configure.in index c172cd2..6ef9286 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -55,7 +55,9 @@ else fi AM_CONDITIONAL(LINUX25, test x$linux25 = xyes) -KINCFLAGS='-I. -I$(top_srcdir)/include -I$(PORTALS)/include -I$(LINUX)/include' +# Changed by Amrut Joshi on 01/13/2003 +#KINCFLAGS='-I. -I$(top_srcdir)/include -I$(PORTALS)/include -I$(LINUX)/include' +KINCFLAGS='-I$(top_srcdir)/include -I$(PORTALS)/include -I$(LINUX)/include' CPPFLAGS="$KINCFLAGS $ARCHCPPFLAGS" portalsdir_def='$(top_srcdir)/../portals' -- 1.8.3.1