OSDN Git Service

* Makefile.in (distclean): Remove config.cache.
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jan 2004 21:27:28 +0000 (21:27 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jan 2004 21:27:28 +0000 (21:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75885 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index cf9d8e4..b085add 100644 (file)
@@ -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
index 139cb68..fc86feb 100644 (file)
@@ -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