* Makefile.in (uninstall): Apply $(EXEEXT) too.

This commit is contained in:
Maciej W. Rozycki 2008-08-24 18:40:37 +00:00
parent 803e109716
commit 400b20f5ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
* Makefile.in (uninstall): Apply $(EXEEXT) too.
2008-08-18 Luis Machado <luisgpm@br.ibm.com>
* Makefile.in: Add required vsx dependencies.

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 $(DESTDIR)$(man1dir)/$$n.1
rm -f $(bindir)/$$n$(EXEEXT) $(DESTDIR)$(man1dir)/$$n.1
installcheck:
check: