From: adilger Date: Wed, 19 Jan 2005 19:39:44 +0000 (+0000) Subject: Branch: b_cray X-Git-Tag: 1.3.4~183 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bbce04d42e660dc0478a7fd527c16c6b85761572;p=fs%2Flustre-release.git Branch: b_cray Fix typo from CVS reorg. b=5568 --- diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index 701f448..47bb1a2 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -134,7 +134,7 @@ if test x$CRAY_PORTALS_INCLUDES != x -a x$CRAY_PORTALS_LIBS != x ; then with_cray_portals=yes AC_DEFINE(CRAY_PORTALS, 1, [Building with Cray Portals]) CPPFLAGS="-I$CRAY_PORTALS_INCLUDES $CPPFLAGS" - EXTRA_KCFLAGS="-I-I$CRAY_PORTALS_INCLUDES $EXTRA_KCFLAGS" + EXTRA_KCFLAGS="-I$CRAY_PORTALS_INCLUDES $EXTRA_KCFLAGS" else with_cray_portals=no fi