tests_flags.in (LIBS): Pass correct path for installed testing.
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 30 Mar 2001 21:59:12 +0000 (21:59 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 30 Mar 2001 21:59:12 +0000 (21:59 +0000)
2001-03-30  Phil Edwards  <pme@sources.redhat.com>

* tests_flags.in (LIBS):  Pass correct path for installed testing.

From-SVN: r40973

libstdc++-v3/ChangeLog
libstdc++-v3/tests_flags.in

index 1a121eeda5899190f10acfc37b30771245044ed1..db4b21f058c7d17f61e8f4835650737e0a75fc3c 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-30  Phil Edwards  <pme@sources.redhat.com>
+
+       * tests_flags.in (LIBS):  Pass correct path for installed testing.
+
 2001-03-28  Benjamin Kosnik  <bkoz@redhat.com>
 
        * mkcheck.in (LIBTOOL): Don't construct -B argument here...
index 5821dd5276a5e0b821cfce31862cedccd3f09a7c..d20bba1a926632810cb9d005224b3e518eb41f41 100644 (file)
@@ -160,7 +160,7 @@ case ${query} in
     esac
     ;;
     --installed-library)
-       LIBS="${LIB_PATH}/libstdc++.la -no-install -rpath ${GCC_LIB_PATH}"
+       LIBS="${LIB_PATH}/libstdc++.la -no-install -rpath ${LIB_PATH}"
        ;;
 esac