replace a LDADD/DPADD with LIBDPLIBS

This commit is contained in:
mrg 2009-09-11 22:36:12 +00:00
parent 3832fa3fd6
commit 90e6d8c1fe
1 changed files with 2 additions and 3 deletions

View File

@ -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 @@ DIST= ${NETBSDSRCDIR}/external/gpl3/binutils/dist
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. \