From: Richard Henderson Date: Tue, 23 Dec 1997 03:16:26 +0000 (-0800) Subject: Makefile.in (clean): Remove the stages with their objects here ... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5768f2112cf69725d22a4c1deb2bdefdb9db62fd;p=gcc.git Makefile.in (clean): Remove the stages with their objects here ... * Makefile.in (clean): Remove the stages with their objects here ... (distclean): ... instead of here. From-SVN: r17210 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da504dccc73..2ec80f0fefe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 23 03:14:54 1997 Richard Henderson + + * Makefile.in (clean): Remove the stages with their objects here ... + (distclean): ... instead of here. + Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi * cse.c (rtx_cost): Add default case in enumeration switch. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 329f41fdff9..1fe62508d28 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2148,6 +2148,7 @@ clean: mostlyclean bytecode.clean lang.clean else if [ "x$(MULTILIB_OPTIONS)" != x ] ; then \ rm -rf `echo $(MULTILIB_OPTIONS) | sed -e 's/\// /g'`; \ fi ; fi + -rm -fr stage1 stage2 stage3 stage4 # Delete all files that users would normally create # while building and installing GCC. @@ -2156,7 +2157,6 @@ distclean: clean bytecode.distclean lang.distclean -rm -f config.status config.run config.cache config.bak -rm -f Make-lang Make-hooks Make-host Make-target -rm -f Makefile specs.h options.h *.oaux - -rm -fr stage1 stage2 stage3 stage4 -rm -f */stage1 */stage2 */stage3 */stage4 */include -rm -f c-parse.output -rm -f *.asm