From: DJ Delorie Date: Wed, 14 Jan 2004 22:01:54 +0000 (+0000) Subject: merge from gcc X-Git-Tag: cagney_bigcore-20040122-branchpoint~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3795d586a31d51ad69b129468618268f00975242;p=external%2Fbinutils.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cf9d8e4..b085add 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 139cb68..fc86feb 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