* Makefile.in (clean): rm -f $(DEPDIR)/*.

This commit is contained in:
Doug Evans 2009-03-02 01:27:35 +00:00
parent 2aecd87f56
commit 3c54f1401b
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2009-03-01 Doug Evans <dje@google.com>
* Makefile.in (clean): rm -f $(DEPDIR)/*.
* Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
(init.c): signals/ -> common/.
(signals.o): Update.

View File

@ -1125,6 +1125,7 @@ clean mostlyclean: $(CONFIG_CLEAN)
rm -f gdb[0-9]$(EXEEXT)
rm -f test-cp-name-parser$(EXEEXT)
rm -f xml-builtin.c stamp-xml
rm -f $(DEPDIR)/*
.PHONY: clean-tui
clean-tui: