From 42396e975d62fb3836ea2951c44b09b783af8f31 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 27 Feb 1993 03:35:40 +0000 Subject: [PATCH] (all.cross): Depend on enquire. From-SVN: r3549 --- gcc/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 3c8b3b56db2..d4a9fdd7b2a 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. -- 2.30.2