diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 4581aed..7ec5a1f 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 23 00:03:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * Makefile.in: add installcheck target + Sat Feb 27 18:17:10 1993 Per Bothner (bothner@rtl.cygnus.com) * gprof.c (funcsymbol): Invert test for aflag. 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@/[^/]*$$@@'`; \ |