diff options
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index f86fded..ed148e7 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -46,7 +46,7 @@ CFLAGS= all: diststuff $(PROG) -.PHONY: check info install-info +.PHONY: check installcheck info install-info .SUFFIXES: .m .m.c: @@ -69,6 +69,7 @@ info: gprof.info dvi: gprof.dvi check: +installcheck: install-info: info -parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \ |