* Makefile.in (unstrap): Also remove stage_last.
authorJason Merrill <jason@redhat.com>
Thu, 3 Apr 2003 19:10:42 +0000 (14:10 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 3 Apr 2003 19:10:42 +0000 (14:10 -0500)
From-SVN: r65209

gcc/ChangeLog
gcc/Makefile.in

index 73896b853d5be7b199bdc10f46a31a92d9db08e5..3643c74ff5967ade567be252fef788fc77b44dce 100644 (file)
@@ -1,5 +1,7 @@
 2003-04-03  Jason Merrill  <jason@redhat.com>
 
+       * Makefile.in (unstrap): Also remove stage_last.
+
        * dwarf2out.c (lookup_filename): Don't check for "<internal>".
        (dwarf2out_source_line): Don't do anything if line==0.
 
index b72040edd6f3f32460c0dc022a58487e08d95380..baac2a0d0bf4599200e880342fbee5726f68ff57 100644 (file)
@@ -3592,7 +3592,7 @@ cleanstrap:
        $(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap
 
 unstrap:
-       -rm -rf stage[234]*
+       -rm -rf stage[234]* stage_last
        $(MAKE) unstage1
 
 # Differs from cleanstrap in that it starts from the earlier stage1 build,