From d2e909818b53ae4fb56577b731fcfa2a89bbcfd4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 2 Sep 1992 04:16:01 +0000 Subject: [PATCH] (gmon.o): gmon-sol2.c is in config/. From-SVN: r2022 --- gcc/config/sparc/t-sol2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 1141c0a2be6..86cd5e33f17 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -15,9 +15,9 @@ INSTALL_TARGET = install-cross LIBGCC1 = libgcc1.null # gmon build rule: -gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) +gmon.o: config/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \ - -c $(srcdir)/gmon-sol2.c -o gmon.o + -c $(srcdir)/config/gmon-sol2.c -o gmon.o # Assemble startup files. crt1.o: config/sol2-crt1.asm -- 2.30.2