diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 21:27:28 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 21:27:28 +0000 |
commit | 2ee927a400209eb7ee4ae854759abcef0eb05d6c (patch) | |
tree | 06be8b510f9811bf835d4d1ca41dba0a7007f545 /libiberty/Makefile.in | |
parent | 31b1fbc571989b1c954de79310dbf9934a90ae87 (diff) | |
download | gcc-2ee927a400209eb7ee4ae854759abcef0eb05d6c.tar.gz |
* Makefile.in (distclean): Remove config.cache.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75885 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 139cb68a11f..fc86feb4bba 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 |