mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltmain.in: silence ``unbug'' :-) detected by sh.test
This commit is contained in:
parent
3c5b79822e
commit
deac33cf8e
@ -1882,8 +1882,8 @@ EOF
|
||||
done # Gone through all deplibs.
|
||||
;;
|
||||
none | unknown | *) newdeplibs=""
|
||||
if $echo "X $deplibs" |
|
||||
$Xsed -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g' -e 's/[ ]//g' |
|
||||
if $echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
|
||||
-e 's/ -[LR][^ ]*//g' -e 's/[ ]//g' |
|
||||
grep . >/dev/null; then
|
||||
echo
|
||||
if test "X$deplibs_check_method" = "Xnone"; then
|
||||
|
Loading…
Reference in New Issue
Block a user