diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2005-10-20 11:54:41 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-10-20 11:54:41 +0000 |
commit | b88a7564ad502161fc35d980c75a19c29c5835c1 (patch) | |
tree | 7f0de8e7485cc5212f937cf5466efd2a99c962a1 /Makefile.in | |
parent | b501d4432bb86806def232246378db4d8814bc73 (diff) | |
download | gcc-b88a7564ad502161fc35d980c75a19c29c5835c1.zip gcc-b88a7564ad502161fc35d980c75a19c29c5835c1.tar.gz gcc-b88a7564ad502161fc35d980c75a19c29c5835c1.tar.bz2 |
re PR bootstrap/18939 (spurious relink of gcov and gcov-dump with the base compiler)
PR bootstrap/18939
* Makefile.def (gcc) <target>: Fix thinko.
* Makefile.in: Regenerate.
From-SVN: r105669
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0de1a3c..22333c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11248,7 +11248,7 @@ configure-stagefeedback-gcc: .PHONY: all-gcc maybe-all-gcc maybe-all-gcc: @if gcc -TARGET-gcc=`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi` +TARGET-gcc=`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi` maybe-all-gcc: all-gcc all-gcc: configure-gcc @test -f stage_last && exit 0; \ |