aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-02-27 03:35:40 +0000
committerRichard Stallman <rms@gnu.org>1993-02-27 03:35:40 +0000
commit42396e975d62fb3836ea2951c44b09b783af8f31 (patch)
tree6eef8111de65362e39d9bb83018b7696ee49bbc6 /gcc
parentb6126bf1dc016582c3517494e82db220e89b872a (diff)
downloadgcc-42396e975d62fb3836ea2951c44b09b783af8f31.zip
gcc-42396e975d62fb3836ea2951c44b09b783af8f31.tar.gz
gcc-42396e975d62fb3836ea2951c44b09b783af8f31.tar.bz2
(all.cross): Depend on enquire.
From-SVN: r3549
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 3c8b3b5..d4a9fdd 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -438,7 +438,9 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
all.internal: start.encap rest.encap
# This is what to compile if making a cross-compiler.
-all.cross: native gcc-cross specs libgcc.a stmp-headers cross-test $(EXTRA_PARTS)
+# Note that we can compile enquire using the cross-compiler just build,
+# although we can't run it on this machine.
+all.cross: native gcc-cross specs libgcc.a stmp-headers cross-test enquire $(EXTRA_PARTS)
# This is what to compile if making gcc with a cross-compiler.
all.build: native xgcc $(EXTRA_PARTS)
# This is what must be made before installing GCC and converting libraries.