OSDN Git Service

(all.cross): Depend on enquire.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Feb 1993 03:35:40 +0000 (03:35 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Feb 1993 03:35:40 +0000 (03:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3549 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 3c8b3b5..d4a9fdd 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.