aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73896b8..3643c74 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b72040e..baac2a0 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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,