summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/t-sol24
1 files 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
OpenPOWER on IntegriCloud