From: Richard Stallman Date: Wed, 2 Sep 1992 04:16:01 +0000 (+0000) Subject: (gmon.o): gmon-sol2.c is in config/. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2e909818b53ae4fb56577b731fcfa2a89bbcfd4;p=gcc.git (gmon.o): gmon-sol2.c is in config/. From-SVN: r2022 --- 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