summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-10-20 12:01:15 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2005-10-20 12:01:15 +0000
commit145e4236cbfacffa8cb30923a634e83204a33cf0 (patch)
tree3a163f192d5d97afbeeeae12e355f53c350750c1 /Makefile.def
parentfea36152000850385f85a2645c53c3cb5d5beec0 (diff)
downloadbinutils-redhat-145e4236cbfacffa8cb30923a634e83204a33cf0.tar.gz
PR bootstrap/18939
* Makefile.def (gcc) <target>: Fix thinko. * Makefile.in: Regenerate.
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 9731bd66f5..035def58c5 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; };