summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-22 08:49:36 +0000
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-22 08:49:36 +0000
commitbfcba12dd2475458e6f67bc2c0966451b49fc469 (patch)
treeba621587c9761eda2f90d62ec9556008acf4c724 /gcc/Makefile.in
parent9b1c5b76dd287278ebb6dab5c5d0d60a4ee22a48 (diff)
downloadgcc-bfcba12dd2475458e6f67bc2c0966451b49fc469.tar.gz
improve wall of separation between build and install
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f42fcad3932..93d03cd48a0 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -824,12 +824,12 @@ config.status: configure version.c
LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.status --recheck; \
fi
-all.internal: start.encap rest.encap
+all.internal: start.encap rest.encap doc
# This is what to compile if making a cross-compiler.
# Note that we can compile enquire using the cross-compiler just built,
# although we can't run it on this machine.
all.cross: native gcc-cross specs stmp-headers $(STMP_FIXPROTO) $(LIBGCC) \
- $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross
+ $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
# This is what to compile if making gcc with a cross-compiler.
all.build: native xgcc$(exeext) $(EXTRA_PARTS) lang.all.build
# This is what must be made before installing GCC and converting libraries.