old-cross-binutils/gdb/testsuite/gdb.disasm/Makefile.in
Andrew Cagney 8afc772b05 * 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.
2001-06-28 22:01:22 +00:00

18 lines
464 B
Makefile

#### host, target, and site specific Makefile frags come in here.
VPATH = @srcdir@
srcdir = @srcdir@
.PHONY: all clean mostlyclean distclean realclean
all:
@echo "Nothing to be done for all..."
clean mostlyclean:
-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