libc/${MACHINE_ARCH} include directory is required by Alpha,

add it to CFLAGS.
This commit is contained in:
Alexander Kabaev 2003-07-02 01:52:06 +00:00
parent b3670b9cd0
commit 3867e1fd68

View File

@ -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.