pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix a long-standing past-o that was harmless.
details: https://anonhg.NetBSD.org/pkgsrc/rev/600da098d704
branches: trunk
changeset: 460152:600da098d704
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 23 03:57:49 2003 +0000
description:
Fix a long-standing past-o that was harmless.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4bfdb5e60f17 -r 600da098d704 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Fri Aug 22 22:04:03 2003 +0000
+++ b/mk/bsd.pkg.mk Sat Aug 23 03:57:49 2003 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index