]> gcc.gnu.org Git - gcc.git/commitdiff
(all.cross): Depend on enquire.
authorRichard Stallman <rms@gnu.org>
Sat, 27 Feb 1993 03:35:40 +0000 (03:35 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 27 Feb 1993 03:35:40 +0000 (03:35 +0000)
From-SVN: r3549

gcc/Makefile.in

index 3c8b3b56db2bfee21bb5553e63b57fc2fd316bf8..d4a9fdd7b2aeef638929ba97cbdab348ca2f7528 100644 (file)
@@ -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.
This page took 0.073255 seconds and 5 git commands to generate.