pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/depends Revert previous, as the bug seems to have b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a0bfa41bef6
branches: trunk
changeset: 513879:7a0bfa41bef6
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Jun 05 14:11:39 2006 +0000
description:
Revert previous, as the bug seems to have been fixed elsewhere. We will
revisit this if the problem crops up again.
diffstat:
mk/depends/depends.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bf9b810f6a0c -r 7a0bfa41bef6 mk/depends/depends.mk
--- a/mk/depends/depends.mk Mon Jun 05 14:01:28 2006 +0000
+++ b/mk/depends/depends.mk Mon Jun 05 14:11:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.2 2006/06/04 19:04:57 seb Exp $
+# $NetBSD: depends.mk,v 1.3 2006/06/05 14:11:39 jlam Exp $
######################################################################
### depends (PUBLIC)
@@ -17,7 +17,7 @@
acquire-depends-lock: acquire-lock
release-depends-lock: release-lock
-.if !target(${_DEPENDS_COOKIE})
+.if !exists(${_DEPENDS_COOKIE})
${_DEPENDS_COOKIE}: pre-depends-hook depends-install depends-cookie
.else
${_DEPENDS_COOKIE}:
Home |
Main Index |
Thread Index |
Old Index