From: Jason Merrill Date: Thu, 3 Apr 2003 19:10:42 +0000 (-0500) Subject: * Makefile.in (unstrap): Also remove stage_last. X-Git-Tag: releases/gcc-3.4.0~7496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=613fa1469c1a9b5a8f27fe76a5731e154535c71e;p=thirdparty%2Fgcc.git * Makefile.in (unstrap): Also remove stage_last. From-SVN: r65209 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73896b853d5b..3643c74ff596 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-04-03 Jason Merrill + * Makefile.in (unstrap): Also remove stage_last. + * dwarf2out.c (lookup_filename): Don't check for "". (dwarf2out_source_line): Don't do anything if line==0. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b72040edd6f3..baac2a0d0bf4 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,