diff options
author | Jason Merrill <jason@redhat.com> | 2003-04-03 14:10:42 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-04-03 14:10:42 -0500 |
commit | 613fa1469c1a9b5a8f27fe76a5731e154535c71e (patch) | |
tree | c8dd0860f5d2edde086025f247c894643f55c377 /gcc | |
parent | 7bf6b23db51c588b9ee2eb6eec0b7ad84e0dc49c (diff) | |
download | gcc-613fa1469c1a9b5a8f27fe76a5731e154535c71e.zip gcc-613fa1469c1a9b5a8f27fe76a5731e154535c71e.tar.gz gcc-613fa1469c1a9b5a8f27fe76a5731e154535c71e.tar.bz2 |
* Makefile.in (unstrap): Also remove stage_last.
From-SVN: r65209
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
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, |