* Makefile.in (unstrap): Remove stage_last after make unstage1.
authorJason Merrill <jason@redhat.com>
Thu, 29 May 2003 23:05:39 +0000 (19:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 29 May 2003 23:05:39 +0000 (19:05 -0400)
From-SVN: r67233

gcc/ChangeLog
gcc/Makefile.in

index 7cee7ea..277eb74 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-29  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.in (unstrap): Remove stage_last after make unstage1.
+
 2003-05-29  Roger Sayle  <roger@eyesopen.com>
 
        * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
index 708f358..ba5b57e 100644 (file)
@@ -3613,8 +3613,9 @@ cleanstrap:
        $(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap
 
 unstrap:
-       -rm -rf stage[234]* stage_last
+       -rm -rf stage[234]*
        $(MAKE) unstage1
+       -rm -f stage_last
 
 # Differs from cleanstrap in that it starts from the earlier stage1 build,
 # not from scratch.