From 50d5db08d06df731f7f34eefe6684b2f50d2f737 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 20 Jan 1999 17:22:11 +0000 Subject: [PATCH] remove - before __entry, it is not make conmmand but shell continuation line --- share/mk/bsd.info.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index b84ad6438ab..29b57249679 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 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}; \