mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* Makefile.in (uninstall): Apply $(EXEEXT) too.
This commit is contained in:
@ -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>
|
2008-08-18 Luis Machado <luisgpm@br.ibm.com>
|
||||||
|
|
||||||
* Makefile.in: Add required vsx dependencies.
|
* Makefile.in: Add required vsx dependencies.
|
||||||
|
@ -179,7 +179,7 @@ install-only:
|
|||||||
uninstall: force
|
uninstall: force
|
||||||
n=`echo gdbserver | sed '$(program_transform_name)'`; \
|
n=`echo gdbserver | sed '$(program_transform_name)'`; \
|
||||||
if [ x$$n = x ]; then n=gdbserver; else true; fi; \
|
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:
|
installcheck:
|
||||||
check:
|
check:
|
||||||
|
Reference in New Issue
Block a user