From: ericm Date: Fri, 19 Mar 2004 09:30:22 +0000 (+0000) Subject: Fix portals user-space compile breakage on x86_64. X-Git-Tag: 1.2.2~167 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=04d9e98a70809c20150c596511ead24757e13919;p=fs%2Flustre-release.git Fix portals user-space compile breakage on x86_64. --- diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index b8b5c9d..b203a95 100644 --- a/lnet/archdep.m4 +++ b/lnet/archdep.m4 @@ -168,9 +168,9 @@ fi KINCFLAGS="$CRAY_PORTALS_INCLUDE $CRAY_PORTALS_COMMANDLINE \ -I\$(top_srcdir)/include \ - -I\$(top_srcdir)/portals/include -I$LINUX/include" + -I\$(top_srcdir)/portals/include" if test $host_cpu != "lib" ; then - KINCFLAGS="$KINCFLAGS -I$LINUX/include" + KINCFLAGS="$KINCFLAGS -I$LINUX/include -I$LINUX/include" fi CPPFLAGS="$KINCFLAGS $ARCHCPPFLAGS" diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index b8b5c9d..b203a95 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -168,9 +168,9 @@ fi KINCFLAGS="$CRAY_PORTALS_INCLUDE $CRAY_PORTALS_COMMANDLINE \ -I\$(top_srcdir)/include \ - -I\$(top_srcdir)/portals/include -I$LINUX/include" + -I\$(top_srcdir)/portals/include" if test $host_cpu != "lib" ; then - KINCFLAGS="$KINCFLAGS -I$LINUX/include" + KINCFLAGS="$KINCFLAGS -I$LINUX/include -I$LINUX/include" fi CPPFLAGS="$KINCFLAGS $ARCHCPPFLAGS"