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:
parent
62f079c57e
commit
b935ee2092
@ -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...
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user