Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/lib/libbfd replace a LDADD/DPADD with...
details: https://anonhg.NetBSD.org/src/rev/0a7b89efa894
branches: trunk
changeset: 747347:0a7b89efa894
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Sep 11 22:36:12 2009 +0000
description:
replace a LDADD/DPADD with LIBDPLIBS
diffstat:
external/gpl3/binutils/lib/libbfd/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 5bc51c5dad89 -r 0a7b89efa894 external/gpl3/binutils/lib/libbfd/Makefile
--- a/external/gpl3/binutils/lib/libbfd/Makefile Fri Sep 11 22:32:50 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/Makefile Fri Sep 11 22:36:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/09/03 08:24:06 skrll Exp $
+# $NetBSD: Makefile,v 1.3 2009/09/11 22:36:12 mrg Exp $
NOLINKLIB= # defined
NOLINT= # defined
@@ -27,8 +27,7 @@
SHLIB_MAJOR= 11
SHLIB_MINOR= 0
-DPADD= ${LIBZ}
-LDADD= -lz
+LIBDPLIBS+= z ${.CURDIR}/../../../../../lib/libz
GCPPFLAGS= ${G_archdefs} ${G_DEFS} ${G_INCLUDES} ${G_TDEFAULTS}
CPPFLAGS+= -I${.CURDIR}/arch/${BFD_MACHINE_ARCH} -I${DIST}/include -I. \
Home |
Main Index |
Thread Index |
Old Index