From 80c8fd72ed4668a766696b0c571bb77fcc0da713 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Tue, 23 Mar 1993 08:03:44 +0000 Subject: add installcheck --- gprof/ChangeLog | 4 ++++ gprof/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gprof') 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@/[^/]*$$@@'`; \ -- cgit v1.1