summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-06 00:29:47 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-06 00:29:47 +0000
commitab30f70101e52379c93867bda656cafc1689fe24 (patch)
tree9c1f9818a3ed267099f730cb46ee6637c57dd964 /libiberty/Makefile.in
parent43cf8c6ae1ec6017831af76d9b5149a106a2da8e (diff)
downloadgcc-ab30f70101e52379c93867bda656cafc1689fe24.tar.gz
Fix `make distclean' failure.
* Makefile.in (distclean): Do MULTICLEAN before deleting Makefile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15128 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 50be42c3b8a..92b1855f549 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -303,8 +303,8 @@ clean: mostlyclean
rm -f *.a required-list tmpmulti.out
@$(MULTICLEAN) multi-clean DO=clean
distclean: clean
- rm -f *~ Makefile config.status alloca-conf.h xhost-mkfrag TAGS multilib.out
@$(MULTICLEAN) multi-clean DO=distclean
+ rm -f *~ Makefile config.status alloca-conf.h xhost-mkfrag TAGS multilib.out
maintainer-clean realclean: distclean
force: