summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-02 13:27:54 +0000
committerru <ru@FreeBSD.org>2003-07-02 13:27:54 +0000
commitf36e9650562f41dfbb1f89ea678e5f536f36ab7a (patch)
tree1e68ebbb42ce581ed2ef622d7ef9af897c93d6a1 /lib/libc_r/Makefile
parent7bd396d9121f99c03d503c36c247e05f60b614ba (diff)
downloadFreeBSD-src-f36e9650562f41dfbb1f89ea678e5f536f36ab7a.zip
FreeBSD-src-f36e9650562f41dfbb1f89ea678e5f536f36ab7a.tar.gz
Make libc/${MACHINE_ARCH} include directory not required by Alpha.
Submitted by: bde Tested by: beast
Diffstat (limited to 'lib/libc_r/Makefile')
-rw-r--r--lib/libc_r/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 3483437..f5edef9 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}/../libc/${MACHINE_ARCH}
+ -I${.CURDIR}/../../include
# Uncomment this if you want libc_r to contain debug information for
# thread locking.
OpenPOWER on IntegriCloud