summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2004-06-01 08:11:41 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2004-06-01 08:11:41 +0000
commita07c3e299c0846e43a69283ca88284adab11cc41 (patch)
treea8fb23abcfecd1a0356d373e287fcfedd429a7cf /Makefile.in
parent8e1cb52875f353b4478d13bd8aafba53d5aa1f39 (diff)
downloadcygnal-a07c3e299c0846e43a69283ca88284adab11cc41.tar.gz
cygnal-a07c3e299c0846e43a69283ca88284adab11cc41.tar.bz2
cygnal-a07c3e299c0846e43a69283ca88284adab11cc41.zip
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Fix typo. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index efa419cd9..db429bcca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28280,15 +28280,15 @@ all-stage2-gcc: configure-stage2-gcc
$(STAGE_HOST_EXPORTS) \
cd gcc && \
$(MAKE) $(GCC_FLAGS_TO_PASS) \
- CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \
+ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
STAGE_PREFIX=$$r/stage1-gcc/ \
$(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage2-gcc
-.PHONY: new-bootstrap2
-new-bootstrap2:
+.PHONY: bootstrap2
+bootstrap2:
$(MAKE) $(BASE_FLAGS_TO_PASS) $(RECURSE_FLAGS) stage2-bubble \
stage2-start all stage2-end
@@ -28373,7 +28373,7 @@ all-stage3-gcc: configure-stage3-gcc
$(STAGE_HOST_EXPORTS) \
cd gcc && \
$(MAKE) $(GCC_FLAGS_TO_PASS) \
- CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \
+ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
STAGE_PREFIX=$$r/stage2-gcc/ \
$(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage3-gcc
@@ -28488,7 +28488,7 @@ all-stage4-gcc: configure-stage4-gcc
$(STAGE_HOST_EXPORTS) \
cd gcc && \
$(MAKE) $(GCC_FLAGS_TO_PASS) \
- CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \
+ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
STAGE_PREFIX=$$r/stage3-gcc/ \
$(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage4-gcc