Module Name:    src
Committed By:   gdt
Date:           Mon Feb 18 15:32:02 UTC 2013

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

Log Message:
Adjust blank lines.  Add comment about missing DPADD for -lz.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/binutils/usr.sbin/mdsetimage/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/mdsetimage/Makefile
diff -u src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile:1.8 src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile:1.9
--- src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile:1.8	Sun Feb 17 20:36:02 2013
+++ src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile	Mon Feb 18 15:32:02 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2013/02/17 20:36:02 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2013/02/18 15:32:02 gdt Exp $
 
 .include <bsd.own.mk>
 
@@ -35,6 +35,8 @@ LDADD+=		-lintl
 DPADD+=		${LIBINTL}
 DPADD+=		${LIBZ}
 .endif # HOSTPROG
+
 LDADD+=		-lz
-.endif # MKBINUTILS != no
+# No DPADD because we don't know the format and we didn't build it.
 
+.endif # MKBINUTILS != no

Reply via email to