mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libltdl/config/ltmain.m4sh (func_mode_uninstall): In clean
mode, don't remove non-existent libfoo.lai.
This commit is contained in:
parent
1ecf2190b7
commit
2b5012fda1
@ -1,3 +1,8 @@
|
||||
2005-11-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_uninstall): In clean
|
||||
mode, don't remove non-existent libfoo.lai.
|
||||
|
||||
2005-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.am (aclocalfiles): Also install lt~obsolete.m4.
|
||||
|
@ -6636,7 +6636,7 @@ func_mode_uninstall ()
|
||||
*" $dlname "*) ;;
|
||||
*) rmfiles="$rmfiles $objdir/$dlname" ;;
|
||||
esac
|
||||
rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
|
||||
test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
|
||||
;;
|
||||
uninstall)
|
||||
if test -n "$library_names"; then
|
||||
|
Loading…
Reference in New Issue
Block a user