mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 21:33:59 +08:00
Fix `make distclean' failure.
* Makefile.in (distclean): Do MULTICLEAN before deleting Makefile. From-SVN: r15128
This commit is contained in:
parent
1aeb1f6f0b
commit
1496c1bb0b
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user