Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk typo in a MKDEBUGLIB part
details: https://anonhg.NetBSD.org/src/rev/60d905202541
branches: trunk
changeset: 784777:60d905202541
user: spz <spz%NetBSD.org@localhost>
date: Sat Feb 09 12:17:20 2013 +0000
description:
typo in a MKDEBUGLIB part
diffstat:
share/mk/bsd.lib.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 06273ecf8c0c -r 60d905202541 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Sat Feb 09 11:22:51 2013 +0000
+++ b/share/mk/bsd.lib.mk Sat Feb 09 12:17:20 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.328 2013/02/08 04:06:25 matt Exp $
+# $NetBSD: bsd.lib.mk,v 1.329 2013/02/09 12:17:20 spz Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -723,7 +723,7 @@
.PRECIOUS: ${_DEST.LIB}/${_LIB_g.a}
.if ${MKUPDATE} == "no"
-.if !defined(BUILD) && !make(all) && !make(${_LIB_g.a)
+.if !defined(BUILD) && !make(all) && !make(${_LIB_g.a})
${_DEST.LIB}/${_LIB_g.a}! .MADE
.endif
${_DEST.LIB}/${_LIB_g.a}! ${_LIB_g.a} __archiveinstall
Home |
Main Index |
Thread Index |
Old Index