aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
Diffstat (limited to 'gprof')
-rw-r--r--gprof/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 326be72..3b89353 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -15,6 +15,9 @@ CFLAGS= -I. -I../include -DMACHINE_H=\"${MACHINE}.h\" ${TCFLAGS} ${HCFLAGS}
all: ${PROG}
+.PHONY: check
+check:
+
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \