diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-11-10 00:35:25 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-11-10 00:35:25 +0000 |
commit | a211a832f867569c61e2acd8ef3d62a7102e1af2 (patch) | |
tree | 29e009eeacf3d9972ebaa66f80b585f4aeb8fc5d /Mk | |
parent | afed39b204678e122126426a3f78e77a1fb063d6 (diff) | |
download | ports-a211a832f867569c61e2acd8ef3d62a7102e1af2.tar.gz ports-a211a832f867569c61e2acd8ef3d62a7102e1af2.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index f494c459526e..00cf49fad682 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $Id: bsd.port.subdir.mk,v 1.20 1997/08/22 11:16:15 asami Exp $ +# $Id: bsd.port.subdir.mk,v 1.21 1997/11/06 02:20:27 fenner Exp $ # # The include file <bsd.port.subdir.mk> contains the default targets # for building ports subdirectories. @@ -80,7 +80,7 @@ ${SUBDIR}:: .for __target in all fetch fetch-list package extract configure \ build clean depend describe distclean reinstall tags checksum -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor |