aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 3b89353..f13b34f 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -12,6 +12,8 @@ OBJS= gprof.o arcs.o dfn.o lookup.o ${MACHINE}.o hertz.o \
printgprof.o printlist.o
CFLAGS= -I. -I../include -DMACHINE_H=\"${MACHINE}.h\" ${TCFLAGS} ${HCFLAGS}
+.c.o:
+ $(CC) -c $(CFLAGS) $<
all: ${PROG}