Module Name: src
Committed By: mrg
Date: Thu Jul 7 03:15:59 UTC 2016
Modified Files:
src/external/gpl3/gcc.old/usr.bin/gcov: Makefile
src/external/gpl3/gcc/usr.bin/gcov: Makefile
Log Message:
find gcov.1 again.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc.old/usr.bin/gcov/Makefile
cvs rdiff -u -r1.5 -r1.6 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.old/usr.bin/gcov/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/gcov/Makefile:1.3 src/external/gpl3/gcc.old/usr.bin/gcov/Makefile:1.4
--- src/external/gpl3/gcc.old/usr.bin/gcov/Makefile:1.3 Wed Sep 23 04:24:20 2015
+++ src/external/gpl3/gcc.old/usr.bin/gcov/Makefile Thu Jul 7 03:15:58 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/09/23 04:24:20 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/07 03:15:58 mrg Exp $
.include <bsd.own.mk>
@@ -29,4 +29,4 @@ CFLAGS:= ${CXXFLAGS} -Wno-stack-protecto
LDADD+= -lintl
DPADD+= ${LIBINTL}
-.PATH: ${DIST}/gcc
+.PATH: ${DIST}/gcc ${DIST}/gcc/doc
Index: src/external/gpl3/gcc/usr.bin/gcov/Makefile
diff -u src/external/gpl3/gcc/usr.bin/gcov/Makefile:1.5 src/external/gpl3/gcc/usr.bin/gcov/Makefile:1.6
--- src/external/gpl3/gcc/usr.bin/gcov/Makefile:1.5 Wed Mar 5 21:37:02 2014
+++ src/external/gpl3/gcc/usr.bin/gcov/Makefile Thu Jul 7 03:15:59 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/03/05 21:37:02 tron Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/07 03:15:59 mrg Exp $
.include <bsd.own.mk>
@@ -29,4 +29,4 @@ CFLAGS:= ${CXXFLAGS} -Wno-stack-protecto
LDADD+= -lintl
DPADD+= ${LIBINTL}
-.PATH: ${DIST}/gcc
+.PATH: ${DIST}/gcc ${DIST}/gcc/doc