* genscripts.sh: Fix typo.

This commit is contained in:
Alan Modra
2004-01-28 13:42:26 +00:00
parent 1dd3bf6876
commit 586196d51c
2 changed files with 8 additions and 6 deletions

View File

@@ -133,11 +133,11 @@ if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then
if [ "x${use_sysroot}" != "xyes" ] ; then
case " ${libs} " in
*" ${libdir} "*) ;;
*) libs="${libdir} ${libs}"
*) libs="${libdir} ${libs}" ;;
esac
case " ${libs} " in
*" ${tool_lib} "*) ;;
*) libs="${tool_lib} ${libs}"
*) libs="${tool_lib} ${libs}" ;;
esac
fi