diff options
author | jlam <jlam@pkgsrc.org> | 2003-08-23 03:57:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-08-23 03:57:49 +0000 |
commit | f1ebe9c52b7c0cd5a1f291f8e92d999b27b0569b (patch) | |
tree | 903c067995f0cf86c7c6af88f929c5ad85d7716b /mk | |
parent | c9174961072bf0902f3d2c52b81492ade5460c62 (diff) | |
download | pkgsrc-f1ebe9c52b7c0cd5a1f291f8e92d999b27b0569b.tar.gz |
Fix a long-standing past-o that was harmless.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 9bc38cc8033..510ad8a843c 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1241 2003/08/22 22:04:03 seb Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1242 2003/08/23 03:57:49 jlam Exp $ # # This file is in the public domain. # @@ -1373,7 +1373,7 @@ tools: patch # Disable buildlink .PHONY: buildlink -.if defined(NO_BUILDLINK) && !target(configure) +.if defined(NO_BUILDLINK) && !target(buildlink) buildlink: tools ${_PKG_SILENT}${_PKG_DEBUG}${TOUCH} ${TOUCH_FLAGS} ${BUILDLINK_COOKIE} .endif |