From: David D. Zuhn Date: Thu, 20 May 1993 23:42:18 +0000 (+0000) Subject: install shouldn't depend on install-info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aab37f5278b2df2a76df170979828c704cdb9e70;p=binutils-gdb.git install shouldn't depend on install-info --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index f9138a7fdac..6acd4b90b5d 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 fa43826ef85..c1a8f74ab43 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