summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorcgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-03 04:53:00 +0000
committercgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-03 04:53:00 +0000
commit93f93279f0f0950a57397a9776fc9f2c5b4016e4 (patch)
tree6d406fa16a36ad9f0e638490375fd7301ee9f153 /Makefile.in
parent41a86a940b8eaa9133e25c7e5a993ee65cf3b34a (diff)
downloadppe42-gcc-93f93279f0f0950a57397a9776fc9f2c5b4016e4.tar.gz
ppe42-gcc-93f93279f0f0950a57397a9776fc9f2c5b4016e4.zip
* configure.in: Fix --enable-bootstrap breakage introduced in trees without
gcc. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index db429bccac6..f77e8c15717 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27682,12 +27682,13 @@ 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 \
- (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap); \
+ $(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap; \
else \
- (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
+ $(MAKE) $(GCC_FLAGS_TO_PASS) all; \
fi
# Building GCC uses some tools for rebuilding "source" files
OpenPOWER on IntegriCloud