summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-03 22:38:00 +0000
committercgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-03 22:38:00 +0000
commitafd6038f0812811695ec8ff3a7892e76aecd9d3a (patch)
tree15294b5e92f84d4577e3518aff5e5b53f6c4d69c
parent0fe9e56f75002df282b37bc3e3a524a8ffdfdbcb (diff)
downloadgcc-afd6038f0812811695ec8ff3a7892e76aecd9d3a.tar.gz
revert accidental checkin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82609 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index f77e8c15717..db429bccac6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27682,13 +27682,12 @@ all-gcc: configure-gcc
@if gcc-no-bootstrap
r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- cd gcc || exit 0; \
$(SET_LIB_PATH) \
$(GCC_HOST_EXPORTS) \
if [ -f gcc/stage_last ] ; then \
- $(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap; \
+ (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap); \
else \
- $(MAKE) $(GCC_FLAGS_TO_PASS) all; \
+ (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
fi
# Building GCC uses some tools for rebuilding "source" files