Module Name:    src
Committed By:   mrg
Date:           Tue Jun 28 09:31:11 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/gcov: Makefile

Log Message:
this needs -lintl now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcov/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/gcc/usr.bin/gcov/Makefile
diff -u src/external/gpl3/gcc/usr.bin/gcov/Makefile:1.1 src/external/gpl3/gcc/usr.bin/gcov/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/gcov/Makefile:1.1	Tue Jun 21 06:03:14 2011
+++ src/external/gpl3/gcc/usr.bin/gcov/Makefile	Tue Jun 28 09:31:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2011/06/21 06:03:14 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2011/06/28 09:31:11 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,6 +13,6 @@
 
 .include <bsd.prog.mk>
 
-LDADD=		-L${LIBIBERTYOBJ} -liberty
+LDADD=		-L${LIBIBERTYOBJ} -liberty -lintl
 
 .PATH: ${DIST}/gcc

Reply via email to