(gmon.o): gmon-sol2.c is in config/.
From-SVN: r2022
This commit is contained in:
parent
61a43ca3ef
commit
d2e909818b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user