aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-05-20 23:42:18 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-05-20 23:42:18 +0000
commitaab37f5278b2df2a76df170979828c704cdb9e70 (patch)
tree64c70c1001808021d6b9e7d4708fe5a883cb20a7 /gprof
parent4b437c20ad9c775c360a152a09566c520926ca58 (diff)
downloadfsf-binutils-gdb-aab37f5278b2df2a76df170979828c704cdb9e70.zip
fsf-binutils-gdb-aab37f5278b2df2a76df170979828c704cdb9e70.tar.gz
fsf-binutils-gdb-aab37f5278b2df2a76df170979828c704cdb9e70.tar.bz2
install shouldn't depend on install-info
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index f9138a7..6acd4b9 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 18 21:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * Makefile.in (install): should not depend on install-info
+
Mon Apr 26 12:37:46 1993 Ian Lance Taylor (ian@cygnus.com)
* gprof.h: Include ansidecl.h before sysdep.h. Undefine hz.
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index fa43826..c1a8f74 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -80,7 +80,7 @@ install-info: info
$(INSTALL_DATA) $$i $(infodir)/$$i ; \
done
-install: all install-info
+install: all
-parent=`echo $(man1dir)|sed -e 's@/[^/]*$$@@'`; \
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
-if [ -d $(man1dir) ] ; then true ; else mkdir $(man1dir) ; fi