aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-02 04:16:01 +0000
committerRichard Stallman <rms@gnu.org>1992-09-02 04:16:01 +0000
commitd2e909818b53ae4fb56577b731fcfa2a89bbcfd4 (patch)
tree396c7893aeae51ed0861e117ff2b44d12895f338
parent61a43ca3ef2c87ce39ba6a4c7525e64863ce63c9 (diff)
downloadgcc-d2e909818b53ae4fb56577b731fcfa2a89bbcfd4.zip
gcc-d2e909818b53ae4fb56577b731fcfa2a89bbcfd4.tar.gz
gcc-d2e909818b53ae4fb56577b731fcfa2a89bbcfd4.tar.bz2
(gmon.o): gmon-sol2.c is in config/.
From-SVN: r2022
-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 1141c0a..86cd5e3 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