* Makefile.in (uninstall): Use $(DESTDIR).

This commit is contained in:
Doug Evans 2010-10-04 23:32:40 +00:00
parent 5f729a326a
commit f104871271
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-04 Doug Evans <dje@google.com>
* Makefile.in (uninstall): Use $(DESTDIR).
2010-09-24 Pedro Alves <pedro@codesourcery.com>
PR gdb/11842

View File

@ -179,7 +179,7 @@ install-only:
uninstall: force
n=`echo gdbserver | sed '$(program_transform_name)'`; \
if [ x$$n = x ]; then n=gdbserver; else true; fi; \
rm -f $(bindir)/$$n$(EXEEXT) $(DESTDIR)$(man1dir)/$$n.1
rm -f $(DESTDIR)/$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(man1dir)/$$n.1
installcheck:
check: