fix build failure on mips64.

This commit is contained in:
nonaka 2012-02-23 11:05:02 +00:00
parent a6b3c113bf
commit 6e76caabe4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/01/28 14:24:53 joerg Exp $
# $NetBSD: Makefile,v 1.7 2012/02/23 11:05:02 nonaka 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>