Module Name:    src
Committed By:   riz
Date:           Fri Feb 24 16:33:10 UTC 2012

Modified Files:
        src/external/gpl3/gcc/lib/libgomp [netbsd-6]: Makefile

Log Message:
Pull up following revision(s) (requested by nonaka in ticket #43):
        external/gpl3/gcc/lib/libgomp/Makefile: revision 1.7
fix build failure on mips64.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.2.1 src/external/gpl3/gcc/lib/libgomp/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/libgomp/Makefile
diff -u src/external/gpl3/gcc/lib/libgomp/Makefile:1.6 src/external/gpl3/gcc/lib/libgomp/Makefile:1.6.2.1
--- src/external/gpl3/gcc/lib/libgomp/Makefile:1.6	Sat Jan 28 14:24:53 2012
+++ src/external/gpl3/gcc/lib/libgomp/Makefile	Fri Feb 24 16:33:10 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2012/01/28 14:24:53 joerg Exp $
+#	$NetBSD: Makefile,v 1.6.2.1 2012/02/24 16:33:10 riz Exp $
 
 # build GCC's libgomp, so that -fopenmp works.
 
@@ -69,6 +69,8 @@ INCS=		omp.h
 INCSDIR=	/usr/include/gcc-4.5
 .endif
 
+.else			# } else {
+libinstall::
 .endif			# }
 
 .include <bsd.lib.mk>

Reply via email to