* Makefile.in (uninstall): Apply $(EXEEXT) too.
This commit is contained in:
parent
803e109716
commit
400b20f5ec
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user