forked from Imagelibrary/binutils-gdb
install shouldn't depend on install-info
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user