Index: gdb/testsuite/gdb.perf/Makefile.in |
diff --git a/gdb/testsuite/gdb.disasm/Makefile.in b/gdb/testsuite/gdb.perf/Makefile.in |
similarity index 80% |
copy from gdb/testsuite/gdb.disasm/Makefile.in |
copy to gdb/testsuite/gdb.perf/Makefile.in |
index f4830fa9046fde3ad50d6320d562a6e644f26682..2071d12a549e1ba2935b02c6ee273b8dfa5584c1 100644 |
--- a/gdb/testsuite/gdb.disasm/Makefile.in |
+++ b/gdb/testsuite/gdb.perf/Makefile.in |
@@ -3,12 +3,13 @@ srcdir = @srcdir@ |
.PHONY: all clean mostlyclean distclean realclean |
+PROGS = |
+ |
all info install-info dvi install uninstall installcheck check: |
@echo "Nothing to be done for $@..." |
clean mostlyclean: |
- -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10300 sh3 |
- -rm -f *.dwo *.dwp |
+ -rm -f *.o *.diff *~ core $(PROGS) |
distclean maintainer-clean realclean: clean |
-rm -f Makefile config.status config.log gdb.log gdb.sum |