mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
1d41d745ca
* Makefile.in: Make more clean. * gdb.ada/Makefile.in: Ditto. * gdb.arch/Makefile.in: Ditto. * gdb.asm/Makefile.in: Ditto. * gdb.base/Makefile.in: Ditto. * gdb.cp/Makefile.in: Ditto. * gdb.dwarf2/Makefile.in: Ditto. * gdb.java/Makefile.in: Ditto. * gdb.mi/Makefile.in: Ditto. * gdb.modula2/Makefile.in: Ditto. * gdb.python/Makefile.in: Ditto. * gdb.server/Makefile.in: Ditto. * gdb.stabs/Makefile.in: Ditto. * gdb.threads/Makefile.in: Ditto. * gdb.trace/Makefile.in: Ditto.
17 lines
425 B
Makefile
17 lines
425 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 exclfwd gdb11479
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f Makefile config.status config.log gdb.log gdb.sum
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.ac
|
|
$(SHELL) ./config.status --recheck
|