diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-11 08:03:08 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-11 08:03:08 +0000 |
commit | f6463472847d83f866ed9acc0c056f1b16078da4 (patch) | |
tree | ae5822e4e02e97606846e63ac6061fb95ff5ba4c /Makefile.tpl | |
parent | e2f96bd909e3f2def36c6ad8b318979ed9c95a8d (diff) | |
download | gcc-f6463472847d83f866ed9acc0c056f1b16078da4.tar.gz |
2005-07-11 Paolo Bonzini <bonzini@gnu.org>
PR ada/22340
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101868 138bc75d-0d04-0410-961f-82ee72b054a4
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 73d0dcc0489..2a8b2ef5973 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1319,7 +1319,7 @@ objext = .o # Flags to pass to stage2 and later makes. POSTSTAGE1_FLAGS_TO_PASS = \ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ - STAGE_PREFIX=$$r/stage[+prev+]-gcc/ \ + STAGE_PREFIX=$$r/prev-gcc/ \ CFLAGS="$(BOOT_CFLAGS)" \ ADAC="\$$(CC)" |