/[libtool]/libtool/ltmain.in
ViewVC logotype

Diff of /libtool/ltmain.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.256 by gary, Sat Apr 21 17:10:20 2001 UTC revision 1.257 by gary, Mon Apr 23 20:08:33 2001 UTC
# Line 4657  relink_command=\"$relink_command\"" Line 4657  relink_command=\"$relink_command\""
4657        fi        fi
4658    
4659        # Don't error if the file doesn't exist and rm -f was used.        # Don't error if the file doesn't exist and rm -f was used.
4660        if test -L "$file" >/dev/null 2>&1 || test -f "$file"; then        if (test -L "$file") >/dev/null 2>&1 \
4661            || (test -h "$file") >/dev/null 2>&1 \
4662            || test -f "$file"; then
4663          :          :
4664        elif test -d "$file"; then        elif test -d "$file"; then
4665          exit_status=1          exit_status=1

Legend:
Removed from v.1.256  
changed lines
  Added in v.1.257

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26