From 1156e6987f016207b1f53684c2f1a098aae574f0 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 9 Nov 1997 14:37:40 +0000 Subject: target(__target) -> target(${__target}) PR: bin/4736 Submitted by: Martin Kammerhofer --- share/mk/bsd.sgml.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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 handles installing sgml documents. # 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 -- cgit v1.1