* Makefile.in (distclean): Remove config.cache.
From-SVN: r75885
This commit is contained in:
parent
b298f00fbb
commit
0046e3428a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-01-14 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* Makefile.in (distclean): Remove config.cache.
|
||||
|
||||
2004-01-13 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
|
||||
|
|
|
@ -376,7 +376,7 @@ clean: clean-subdir
|
|||
distclean: distclean-subdir
|
||||
$(MAKE) SUBDIRS="" clean
|
||||
@$(MULTICLEAN) multi-clean DO=distclean
|
||||
-rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
|
||||
-rm -f *~ Makefile config.cache config.status xhost-mkfrag TAGS multilib.out
|
||||
-rm -f config.log
|
||||
-rmdir testsuite 2>/dev/null
|
||||
maintainer-clean realclean: maintainer-clean-subdir
|
||||
|
|
Loading…
Add table
Reference in a new issue