Removed gross dir file bootstrap rule. Keep depending on the dir

file so that we fail if it isn't already installed.  The bootstrap
is now done by `make install' in the top-level src directory.  As
well as being gross, the rule didn't actually work for src trees
other than /usr/src, and this is difficult to fix since the whole
src tree may not exist.
This commit is contained in:
Bruce Evans 1997-04-30 16:33:43 +00:00
parent 594f943d52
commit a460096719
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25314

View File

@ -1,4 +1,4 @@
# $Id: bsd.info.mk,v 1.35 1997/03/29 12:39:52 peter Exp $
# $Id: bsd.info.mk,v 1.36 1997/04/07 16:46:40 bde Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@ -123,6 +123,10 @@ ${x:S/$/${ICOMPRESS_EXT}/}: ${x}
${DESTDIR}${INFODIR}/${INFODIRFILE}:
cd /usr/src/share/info; ${MAKE} install
# What to do if there's no dir file there. This is really gross!!!
${DESTDIR}${INFODIR}/${INFODIRFILE}:
@(cd /usr/src/share/info; make install)
.for x in ${INFO}
INSTALLINFODIRS+= ${x:S/$/-install/}
${x:S/$/-install/}: ${DESTDIR}${INFODIR}/${INFODIRFILE}