[toplevel PATCH, committed] Fix typo

Paolo Bonzini bonzini@gnu.org
Tue Jun 1 08:30:00 GMT 2004


This patch fixes a typo that broke new-style bootstrapping.

Committed as obvious.

Paolo

2004-06-01  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.tpl: Fix typo.
	* Makefile.in: Regenerate.

Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.101
diff -u -r1.101 Makefile.tpl
--- Makefile.tpl	1 Jun 2004 07:43:24 -0000	1.101
+++ Makefile.tpl	1 Jun 2004 08:03:52 -0000
@@ -1529,7 +1529,7 @@
  	$(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




More information about the Gcc-patches mailing list