* Makefile.in (unstrap): Also remove stage_last.

From-SVN: r65209
This commit is contained in:
Jason Merrill 2003-04-03 14:10:42 -05:00 committed by Jason Merrill
parent 7bf6b23db5
commit 613fa1469c
2 changed files with 3 additions and 1 deletions

View 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.

View 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,