aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-03-23 08:03:44 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-03-23 08:03:44 +0000
commit80c8fd72ed4668a766696b0c571bb77fcc0da713 (patch)
tree91940a5bda03ac40358e65c2ba23a744affb553b /gprof
parent76019c92cd55b27c1c09b69d65ccc18e4a3a1075 (diff)
downloadfsf-binutils-gdb-80c8fd72ed4668a766696b0c571bb77fcc0da713.zip
fsf-binutils-gdb-80c8fd72ed4668a766696b0c571bb77fcc0da713.tar.gz
fsf-binutils-gdb-80c8fd72ed4668a766696b0c571bb77fcc0da713.tar.bz2
add installcheck
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/Makefile.in3
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@/[^/]*$$@@'`; \