Module Name:    src
Committed By:   gdt
Date:           Mon Feb 18 15:29:37 UTC 2013

Modified Files:
        src/external/gpl3/binutils/usr.sbin/dbsym: Makefile

Log Message:
Adjust blank lines, add comment about DPADD


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/usr.sbin/dbsym/Makefile
diff -u src/external/gpl3/binutils/usr.sbin/dbsym/Makefile:1.8 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile:1.9
--- src/external/gpl3/binutils/usr.sbin/dbsym/Makefile:1.8	Sun Feb 17 20:36:01 2013
+++ src/external/gpl3/binutils/usr.sbin/dbsym/Makefile	Mon Feb 18 15:29:36 2013
@@ -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 <bsd.own.mk>
 
@@ -33,7 +33,8 @@ CPPFLAGS+=	-I${TOP}/${BFDSUBDIR}/libbfd/
 LDADD+=		-lintl
 DPADD+=		${LIBINTL}
 .endif # HOSTPROG
-LDADD+=		-lz
-.endif # MKBINUTILS != no
 
+LDADD+=		-lz
+# No DPADD because we don't know the format and we didn't build it.
 
+.endif # MKBINUTILS != no

Reply via email to