diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-02 01:52:06 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-02 01:52:06 +0000 |
| commit | 3867e1fd685481ade606a533dd478ed086e852ff (patch) | |
| tree | b6afbeb30b996485723e2c559c06f2f84c805069 /lib/libc_r | |
| parent | b3670b9cd04664e28e308f582839a6e82c76d844 (diff) | |
Notes
Diffstat (limited to 'lib/libc_r')
| -rw-r--r-- | lib/libc_r/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index f5edef9ffea6..34834370ce70 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -11,7 +11,7 @@ LIB=c_r SHLIB_MAJOR= 5 CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \ - -I${.CURDIR}/../../include + -I${.CURDIR}/../../include -I${.CURDIR}/../libc/${MACHINE_ARCH} # Uncomment this if you want libc_r to contain debug information for # thread locking. |
