* Makefile.in (uninstall): Apply $(EXEEXT) too.
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 24 Aug 2008 18:40:37 +0000 (18:40 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 24 Aug 2008 18:40:37 +0000 (18:40 +0000)
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index 2ea9f10f7165b940ed1c0d76a1b0d33ea009f66f..8c3cfd76ae251e03affd17f45103459b73b93040 100644 (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.
index 952e31c594349aa64f3eb941ea6f4fb82edb62e4..6740060a5cab4dd3d8e9c79467a5716d26ff7c4a 100644 (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:
This page took 0.028879 seconds and 4 git commands to generate.