objdump: fix typo in help message
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4all:
5 @echo "Nothing to be done for all..."
6
7#### host, target, and site specific Makefile frags come in here.
8
9clean mostlyclean:
b97c863c 10 -rm -f *.o *~ core tmp.c tmp.s weird.s errs exclfwd gdb11479
c906108c
SS
11
12distclean maintainer-clean realclean: clean
1d41d745 13 -rm -f Makefile config.status config.log gdb.log gdb.sum
c906108c 14
a892c31b 15Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.ac
c906108c 16 $(SHELL) ./config.status --recheck
This page took 1.006288 seconds and 4 git commands to generate.