diff options
author | kan <kan@FreeBSD.org> | 2007-05-31 13:21:30 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2007-05-31 13:21:30 +0000 |
commit | 20dd9c1275618304d3b5a7452f6bd9e6433d9fd2 (patch) | |
tree | 65e42b23793d5007382f32f578f1be5464bdd9d0 /gnu | |
parent | d3b7ba40ef351f830061b3b27ba602d7c719baa1 (diff) | |
download | FreeBSD-src-20dd9c1275618304d3b5a7452f6bd9e6433d9fd2.zip FreeBSD-src-20dd9c1275618304d3b5a7452f6bd9e6433d9fd2.tar.gz |
Install omp.h file.
Submitted by: Pieter de Goeje (pieter at degoejes dot nl)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libgomp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libgomp/Makefile b/gnu/lib/libgomp/Makefile index e0e111e..17f8b46 100644 --- a/gnu/lib/libgomp/Makefile +++ b/gnu/lib/libgomp/Makefile @@ -15,6 +15,8 @@ SRCS= alloc.c barrier.c critical.c env.c \ bar.c time.c fortran.c SRCS+= gstdint.h libgomp_f.h omp.h omp_lib.h +INCS+= omp.h + CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I${SRCDIR}/config/posix |