aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2005-10-20 11:54:41 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-10-20 11:54:41 +0000
commitb88a7564ad502161fc35d980c75a19c29c5835c1 (patch)
tree7f0de8e7485cc5212f937cf5466efd2a99c962a1 /Makefile.def
parentb501d4432bb86806def232246378db4d8814bc73 (diff)
downloadgcc-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.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 9731bd6..035def5 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -60,7 +60,7 @@ host_modules= { module= fixincludes;
host_modules= { module= flex; no_check_cross= true; };
host_modules= { module= gas; bootstrap=true; };
host_modules= { module= gcc; bootstrap=true;
- target="`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi`";
+ target="`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`";
extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
host_modules= { module= gawk; };
host_modules= { module= gettext; };