Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk remove stuff accidentally committed
details: https://anonhg.NetBSD.org/src/rev/b30f2a3c335f
branches: trunk
changeset: 374625:b30f2a3c335f
user: christos <christos%NetBSD.org@localhost>
date: Mon May 08 14:31:08 2023 +0000
description:
remove stuff accidentally committed
diffstat:
share/mk/bsd.prog.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f68d714cee5b -r b30f2a3c335f share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Mon May 08 14:30:33 2023 +0000
+++ b/share/mk/bsd.prog.mk Mon May 08 14:31:08 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.342 2023/05/07 23:24:51 christos Exp $
+# $NetBSD: bsd.prog.mk,v 1.343 2023/05/08 14:31:08 christos Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.ifndef HOSTPROG
@@ -408,7 +408,7 @@ PROGDO.${_lib}!= cd "${_dir}" && ${PRINT
DPADD+= ${PROGDO.${_lib}}/lib${_lib}.a
LDADD+= ${PROGDO.${_lib}}/lib${_lib}.a
.else
-LDADD+= ${PROGDPLIBBEGIN} -L${PROGDO.${_lib}} -l${_lib} ${PROGDPLIBEND}
+LDADD+= -L${PROGDO.${_lib}} -l${_lib}
.if exists(${PROGDO.${_lib}}/lib${_lib}_pic.a)
DPADD+= ${PROGDO.${_lib}}/lib${_lib}_pic.a
.elif exists(${PROGDO.${_lib}}/lib${_lib}.so)
Home |
Main Index |
Thread Index |
Old Index