old-cross-binutils/gdb/testsuite/gdb.stabs/Makefile.in
Andrew Cagney a892c31bde 2005-01-19 Andrew Cagney <cagney@gnu.org>
* gdb.stabs/Makefile.in (Makefile): Update dependencies -
	configure.ac not configure.in.
2005-01-19 18:40:12 +00:00

16 lines
392 B
Makefile

VPATH = @srcdir@
srcdir = @srcdir@
all:
@echo "Nothing to be done for all..."
#### host, target, and site specific Makefile frags come in here.
clean mostlyclean:
-rm -f *.o *~ core tmp.c tmp.s weird.s errs
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.ac
$(SHELL) ./config.status --recheck