summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-07-11 08:03:32 +0000
committerPaolo Bonzini <bonzini@gnu.org>2005-07-11 08:03:32 +0000
commit064d0a7c448a0ddea5ff56642408ffc919585c76 (patch)
tree49ec36d8053d96e3d9587bfcae1ba7ca0879a291 /Makefile.tpl
parent14c194bbeec9508ec0ae8deec83350506c129b3c (diff)
downloadbinutils-gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.tar.gz
2005-07-11 Paolo Bonzini <bonzini@gnu.org>
PR ada/22340 * Makefile.def: Sync with gcc. * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
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)"