* gdb.trace/configure.in(AC_INIT): typo
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / Makefile.in
1 #### host, target, and site specific Makefile frags come in here.
2
3 VPATH = @srcdir@
4 srcdir = @srcdir@
5
6 .PHONY: all clean mostlyclean distclean realclean
7
8 all:
9 @echo "Nothing to be done for all..."
10
11 clean mostlyclean:
12 -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10200 mn10300
13
14 distclean maintainer-clean realclean: clean
15 -rm -f Makefile config.status config.log
16
17 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
18 $(SHELL) ./config.status --recheck
19
20
This page took 0.031071 seconds and 4 git commands to generate.