summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-11-09 14:37:40 +0000
committerwosch <wosch@FreeBSD.org>1997-11-09 14:37:40 +0000
commit1156e6987f016207b1f53684c2f1a098aae574f0 (patch)
treeb1513e949933a3a86fbda1d7bff4779d04bfb0ab /share
parent62165920fc2701ff727e0ed9f965090259735945 (diff)
downloadFreeBSD-src-1156e6987f016207b1f53684c2f1a098aae574f0.zip
FreeBSD-src-1156e6987f016207b1f53684c2f1a098aae574f0.tar.gz
target(__target) -> target(${__target})
PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sgml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk
index 4292f89..370d70d 100644
--- a/share/mk/bsd.sgml.mk
+++ b/share/mk/bsd.sgml.mk
@@ -1,7 +1,7 @@
# bsd.sgml.mk - 8 Sep 1995 John Fieber
# This file is in the public domain.
#
-# $Id: bsd.sgml.mk,v 1.19 1997/05/25 12:43:06 wosch Exp $
+# $Id: bsd.sgml.mk,v 1.20 1997/06/21 15:40:33 jkh Exp $
#
# The include file <bsd.sgml.mk> handles installing sgml documents.
# <bsd.prog.mk> includes the file named "../Makefile.inc" if it exists,
@@ -198,7 +198,7 @@ CLEANFILES+= ${DOC}.${_XFORMAT}
.for __target in beforeinstall afterinstall maninstall depend _SUBDIR
-.if !target(__target)
+.if !target(${__target})
${__target}:
.endif
.endfor
OpenPOWER on IntegriCloud