Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/usr.sbin/dbsym Adjust blank lines, ad...



details:   https://anonhg.NetBSD.org/src/rev/f35bc2212e42
branches:  trunk
changeset: 785013:f35bc2212e42
user:      gdt <gdt%NetBSD.org@localhost>
date:      Mon Feb 18 15:29:36 2013 +0000

description:
Adjust blank lines, add comment about DPADD

diffstat:

 external/gpl3/binutils/usr.sbin/dbsym/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2d120805376d -r f35bc2212e42 external/gpl3/binutils/usr.sbin/dbsym/Makefile
--- a/external/gpl3/binutils/usr.sbin/dbsym/Makefile    Mon Feb 18 05:14:13 2013 +0000
+++ b/external/gpl3/binutils/usr.sbin/dbsym/Makefile    Mon Feb 18 15:29:36 2013 +0000
@@ -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 @@
 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
-
-



Home | Main Index | Thread Index | Old Index