From: amrutjoshi Date: Mon, 13 Jan 2003 10:43:31 +0000 (+0000) Subject: Removed unused include path X-Git-Tag: 0.5.20~39 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=68df16f0d4913deaee764fac9990a3d3007e8381;p=fs%2Flustre-release.git Removed unused include path --- 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'