* */Makefile.in (maintainer-clean): Remove config.log.
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp. * gdb.c++/Makefile.in (PROGS): Add inherit. (clean): Remove *.ci.
This commit is contained in:
parent
8f218e05fc
commit
45061b1e59
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ clean mostlyclean:
|
|||
-rm -f *.o ${OBJS} *.exe *~ core
|
||||
|
||||
distclean maintainer-clean realclean: clean
|
||||
-rm -f Makefile config.status
|
||||
-rm -f Makefile config.status config.log
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
|
Loading…
Reference in a new issue