Module Name:    src
Committed By:   mrg
Date:           Tue Jun 28 04:07:05 UTC 2011

Modified Files:
        src/external/gpl3/gcc/lib/libstdc++-v3/include/ext: Makefile

Log Message:
add the path to has_set file.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/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/lib/libstdc++-v3/include/ext/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/Makefile:1.2 src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/Makefile:1.3
--- src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/Makefile:1.2	Thu Jun 23 11:47:13 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/Makefile	Tue Jun 28 04:07:04 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2011/06/23 11:47:13 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2011/06/28 04:07:04 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,6 +12,8 @@
 INCSDIR=	/usr/include/g++/ext
 
 .PATH: ${DIST}/libstdc++-v3/include/ext
+# for ext/hash_set
+.PATH: ${DIST}/libstdc++-v3/include/backward
 
 # Get default targets including <bsd.inc.mk>.
 .include <bsd.prog.mk>

Reply via email to