mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
install shouldn't depend on install-info
This commit is contained in:
parent
4b437c20ad
commit
aab37f5278
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user