diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-31 13:21:30 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-31 13:21:30 +0000 |
| commit | 88843a0a1e8f38e3dfa870f0bfc7ad6540c76f53 (patch) | |
| tree | 65e42b23793d5007382f32f578f1be5464bdd9d0 /gnu | |
| parent | 2a43680e9fb8f89b35fcb687effdba241a72829d (diff) | |
Notes
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 e0e111ec8eb4..17f8b46f2411 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 |
