diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-10-20 12:01:15 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-10-20 12:01:15 +0000 |
commit | 45d5eb0a1b62989c8a01e80883d4c800897d4472 (patch) | |
tree | 6991fe17fdafa434daacdc5591de46a7630a24d4 /Makefile.def | |
parent | 4f4b689b074eb19485e6cd303c537bc7243448a4 (diff) | |
download | fsf-binutils-gdb-45d5eb0a1b62989c8a01e80883d4c800897d4472.zip fsf-binutils-gdb-45d5eb0a1b62989c8a01e80883d4c800897d4472.tar.gz fsf-binutils-gdb-45d5eb0a1b62989c8a01e80883d4c800897d4472.tar.bz2 |
PR bootstrap/18939
* Makefile.def (gcc) <target>: Fix thinko.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
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; }; |