aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-11-15 13:09:52 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-11-15 13:09:52 +0000
commit2504f8dc98845df6a9f76a734225050fbe24c6b5 (patch)
tree4b3eb441f5d4d2d67a6c0820d9071af602fe91d1
parent5d5e5070055fa6a3659448ce836051adc0befdc4 (diff)
Notes
-rw-r--r--share/mk/bsd.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 310c97aeed54..3636ae7585be 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
-# $Id: bsd.subdir.mk,v 1.17 1997/04/13 06:44:24 jkh Exp $
+# $Id: bsd.subdir.mk,v 1.18 1997/06/21 15:40:34 jkh Exp $
#
# The include file <bsd.subdir.mk> contains the default targets
# for building subdirectories. It has the same seven targets
@@ -59,7 +59,7 @@ ${SUBDIR}::
.for __target in all checkdpadd clean cleandir depend lint \
maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
${__target}: _SUBDIRUSE
.endif
.endfor