Makefile.in (clean): Remove the stages with their objects here ...
authorRichard Henderson <rth@cygnus.com>
Tue, 23 Dec 1997 03:16:26 +0000 (19:16 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 23 Dec 1997 03:16:26 +0000 (19:16 -0800)
* Makefile.in (clean): Remove the stages with their objects here ...
(distclean): ... instead of here.

From-SVN: r17210

gcc/ChangeLog
gcc/Makefile.in

index da504dccc737423f56083d8bfcf3e2e1d576acfe..2ec80f0fefe9f4e3f041b9bad75bc208ca8c57e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Dec 23 03:14:54 1997  Richard Henderson  <rth@cygnus.com>
+
+       * Makefile.in (clean): Remove the stages with their objects here ...
+       (distclean): ... instead of here.
+
 Mon Dec 22 11:24:01 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  
        * cse.c (rtx_cost): Add default case in enumeration switch.
index 329f41fdff9759931d2bf93b62a02a3f4feba31c..1fe62508d28949d9ba9880f187aac4f66270288b 100644 (file)
@@ -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