diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 08:11:33 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-06-01 08:11:33 +0000 |
commit | 1ec4e9c30bd66dab3fabb6958187be4c57e26052 (patch) | |
tree | 5e297ad6451217975430c242c9f990dcdf938d61 /Makefile.tpl | |
parent | c2f7605f1d3e8d529a466ab67bf6fb3b266a7440 (diff) | |
download | gcc-1ec4e9c30bd66dab3fabb6958187be4c57e26052.tar.gz |
Makefile.tpl: Fix typo.
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Fix typo.
* Makefile.in: Regenerate.
From-SVN: r82536
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index e81d0361396..6ffecc82222 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1529,7 +1529,7 @@ all-stage[+id+]-gcc: configure-stage[+id+]-gcc $(GCC_HOST_EXPORTS) [+ ENDIF prev +] \ cd gcc && \ $(MAKE) $(GCC_FLAGS_TO_PASS) [+ IF prev +] \ - CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \ + CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ STAGE_PREFIX=$$r/stage[+prev+]-gcc/ [+ ENDIF prev +] \ [+extra_make_flags+] && $(STAMP) ../all-stage[+id+]-gcc |