OSDN Git Service

(gmon.o): gmon-sol2.c is in config/.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 1992 04:16:01 +0000 (04:16 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 1992 04:16:01 +0000 (04:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2022 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/t-sol2

index 1141c0a..86cd5e3 100644 (file)
@@ -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