OSDN Git Service

Fix `make distclean' failure.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 1997 00:29:47 +0000 (00:29 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 1997 00:29:47 +0000 (00:29 +0000)
* 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

libiberty/ChangeLog
libiberty/Makefile.in

index 3344c14..a2a1ea0 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep  5 17:28:50 1997  Jim Wilson  <wilson@cygnus.com>
+
+       * Makefile.in (distclean): Do MULTICLEAN before deleting Makefile.
+
 Wed Sep  3 14:35:52 1997  Jim Wilson  <wilson@cygnus.com>
 
        * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
index 50be42c..92b1855 100644 (file)
@@ -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: