summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-01-20 17:22:11 +0000
committerache <ache@FreeBSD.org>1999-01-20 17:22:11 +0000
commit801f1c1fa1926446d11f8e3767651f802a16222b (patch)
tree7c0cd43e40ff90620f36d8c39d8c9118a6412747
parent836035a4edf2d12174893117e0db29e309203a8b (diff)
downloadFreeBSD-src-801f1c1fa1926446d11f8e3767651f802a16222b.zip
FreeBSD-src-801f1c1fa1926446d11f8e3767651f802a16222b.tar.gz
remove - before __entry, it is not make conmmand but shell continuation line
-rw-r--r--share/mk/bsd.info.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index b84ad64..29b5724 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.info.mk,v 1.52 1999/01/14 20:02:41 markm Exp $
+# $Id: bsd.info.mk,v 1.53 1999/01/20 05:48:19 markm Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@@ -161,7 +161,7 @@ ${x:S/$/${ICOMPRESS_EXT}/}: ${x}
INSTALLINFODIRS+= ${x:S/$/-install/}
${x:S/$/-install/}: ${DESTDIR}${INFODIR}/${INFODIRFILE}
-__section=`${GREP} "^INFO-DIR-SECTION" ${x}.info`; \
- -__entry=`${GREP} "^START-INFO-DIR-ENTRY" ${x}.info`; \
+ __entry=`${GREP} "^START-INFO-DIR-ENTRY" ${x}.info`; \
if [ ! -z "$$__section" ]; then \
if [ ! -z "$$__entry" ]; then \
${INSTALLINFO} ${x}.info ${DESTDIR}${INFODIR}/${INFODIRFILE}; \
OpenPOWER on IntegriCloud