(gmon.o): gmon-sol2.c is in config/.

From-SVN: r2022
This commit is contained in:
Richard Stallman 1992-09-02 04:16:01 +00:00
parent 61a43ca3ef
commit d2e909818b

View 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