From 7c713e5631e0f32ae941c49d6101f7ad0decc3c9 Mon Sep 17 00:00:00 2001 From: gdt Date: Mon, 18 Feb 2013 15:29:36 +0000 Subject: [PATCH] Adjust blank lines, add comment about DPADD --- external/gpl3/binutils/usr.sbin/dbsym/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/external/gpl3/binutils/usr.sbin/dbsym/Makefile b/external/gpl3/binutils/usr.sbin/dbsym/Makefile index 2cdad30eb4b6..84df8c36f7d9 100644 --- a/external/gpl3/binutils/usr.sbin/dbsym/Makefile +++ b/external/gpl3/binutils/usr.sbin/dbsym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/02/17 20:36:01 christos Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/18 15:29:36 gdt Exp $ .include @@ -33,7 +33,8 @@ CPPFLAGS+= -I${TOP}/${BFDSUBDIR}/libbfd/arch/${MACHINE_ARCH} ${G_INCLUDES} LDADD+= -lintl DPADD+= ${LIBINTL} .endif # HOSTPROG + LDADD+= -lz +# No DPADD because we don't know the format and we didn't build it. + .endif # MKBINUTILS != no - -