From: Loren J. Rittle Date: Wed, 14 Jan 2004 21:27:28 +0000 (+0000) Subject: * Makefile.in (distclean): Remove config.cache. X-Git-Tag: releases/gcc-3.4.0~974 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0046e3428a76b0a99d37a250fcc116f632eb4c75;p=thirdparty%2Fgcc.git * Makefile.in (distclean): Remove config.cache. From-SVN: r75885 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cf9d8e47e3ab..b085addcfb16 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2004-01-14 Loren J. Rittle + + * Makefile.in (distclean): Remove config.cache. + 2004-01-13 Daniel Jacobowitz * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 139cb68a11f6..fc86feb4bba2 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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