pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Changing := to = here fixes a bug seen in x11...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa1b47ad2c79
branches: trunk
changeset: 496926:aa1b47ad2c79
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Jul 16 05:34:59 2005 +0000
description:
Changing := to = here fixes a bug seen in x11-links where _USE_TOOLS
was empty.
XXX I have no idea why this fixes the problem.
diffstat:
mk/tools/replace.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8f40b6b2fcc9 -r aa1b47ad2c79 mk/tools/replace.mk
--- a/mk/tools/replace.mk Sat Jul 16 03:44:31 2005 +0000
+++ b/mk/tools/replace.mk Sat Jul 16 05:34:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.110 2005/07/16 01:19:27 jlam Exp $
+# $NetBSD: replace.mk,v 1.111 2005/07/16 05:34:59 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -93,7 +93,7 @@
# ones that are overridden by superseding ones.
#
.if !defined(_USE_TOOLS)
-_USE_TOOLS:= ${USE_TOOLS:C/:.*//:O:u}
+_USE_TOOLS= ${USE_TOOLS:C/:.*//:O:u}
. if !empty(_USE_TOOLS:Mbison-yacc) # bison-yacc > yacc
_USE_TOOLS:= ${_USE_TOOLS:Nyacc}
. endif
Home |
Main Index |
Thread Index |
Old Index