aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-28 22:01:22 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-28 22:01:22 +0000
commit8afc772b052878551d2b164b993e5eb415aa1948 (patch)
tree4e83d7991581eb06058e571f554bfc8af0df7d06 /gdb/testsuite/gdb.disasm/Makefile.in
parent100a02e1deec2f037a15cdf232f026dc79763bf8 (diff)
downloadgdb-8afc772b052878551d2b164b993e5eb415aa1948.zip
gdb-8afc772b052878551d2b164b993e5eb415aa1948.tar.gz
gdb-8afc772b052878551d2b164b993e5eb415aa1948.tar.bz2
* gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
of files to delete. From 2000-06-15 Kazu Hirata <kazu@hxi.com>: * gdb.disasm/h8300s.exp: New file. gdb.disasm/h8300s.s: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.disasm/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.disasm/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.disasm/Makefile.in b/gdb/testsuite/gdb.disasm/Makefile.in
index ab228dd..7bb5eef 100644
--- a/gdb/testsuite/gdb.disasm/Makefile.in
+++ b/gdb/testsuite/gdb.disasm/Makefile.in
@@ -9,12 +9,10 @@ all:
@echo "Nothing to be done for all..."
clean mostlyclean:
- -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10200 mn10300
+ -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10200 mn10300 sh3
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
$(SHELL) ./config.status --recheck
-
-