summaryrefslogtreecommitdiffstats
path: root/gcc/config/sparc/t-sol2
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-02 04:16:01 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-02 04:16:01 +0000
commitd11e375ddd1598527a1ef29a11f55d17ea8ab7d7 (patch)
tree396c7893aeae51ed0861e117ff2b44d12895f338 /gcc/config/sparc/t-sol2
parentc27578582d691497ae361d909de6626e88c42ed9 (diff)
downloadppe42-gcc-d11e375ddd1598527a1ef29a11f55d17ea8ab7d7.tar.gz
ppe42-gcc-d11e375ddd1598527a1ef29a11f55d17ea8ab7d7.zip
(gmon.o): gmon-sol2.c is in config/.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2022 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/t-sol2')
-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