From a09abb2daebe35a8edc63138dbaf1c4fc955d3e8 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 23 Jan 1993 20:16:48 +0000 Subject: (cross-test): Depend on GCC_PARTS. From-SVN: r3307 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 93704b7..59e95b0 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -474,7 +474,7 @@ rest.cross: libgcc.a float.h specs # Verify that it works to compile and link cross-test. # If it does, then there are sufficient replacements for libgcc1.a. -cross-test: cross-test.o native gcc-cross libgcc.a +cross-test: cross-test.o native gcc-cross libgcc.a $(GCC_PARTS) $(GCC_FOR_TARGET) $(GCC_CFLAGS) cross-test.o -o $@ cross-test.o: cross-test.c native gcc-cross $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/cross-test.c -- cgit v1.1