Commit 1496c1bb by Jim Wilson Committed by Jim Wilson

Fix `make distclean' failure.

	* Makefile.in (distclean): Do MULTICLEAN before deleting Makefile.

From-SVN: r15128
parent 1aeb1f6f
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> Wed Sep 3 14:35:52 1997 Jim Wilson <wilson@cygnus.com>
* Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
......
...@@ -303,8 +303,8 @@ clean: mostlyclean ...@@ -303,8 +303,8 @@ clean: mostlyclean
rm -f *.a required-list tmpmulti.out rm -f *.a required-list tmpmulti.out
@$(MULTICLEAN) multi-clean DO=clean @$(MULTICLEAN) multi-clean DO=clean
distclean: clean distclean: clean
rm -f *~ Makefile config.status alloca-conf.h xhost-mkfrag TAGS multilib.out
@$(MULTICLEAN) multi-clean DO=distclean @$(MULTICLEAN) multi-clean DO=distclean
rm -f *~ Makefile config.status alloca-conf.h xhost-mkfrag TAGS multilib.out
maintainer-clean realclean: distclean maintainer-clean realclean: distclean
force: force:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment