From f6463472847d83f866ed9acc0c056f1b16078da4 Mon Sep 17 00:00:00 2001 From: bonzini Date: Mon, 11 Jul 2005 08:03:08 +0000 Subject: 2005-07-11 Paolo Bonzini 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 --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') 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)" -- cgit v1.2.1