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

2001-03-30  Phil Edwards  <pme@sources.redhat.com>

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

From-SVN: r40973
This commit is contained in:
Phil Edwards 2001-03-30 21:59:12 +00:00
parent 62f079c57e
commit b935ee2092
2 changed files with 5 additions and 1 deletions

View 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...

View 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