install shouldn't depend on install-info

This commit is contained in:
David D. Zuhn 1993-05-20 23:42:18 +00:00
parent 4b437c20ad
commit aab37f5278
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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