From 3867e1fd685481ade606a533dd478ed086e852ff Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Wed, 2 Jul 2003 01:52:06 +0000 Subject: libc/${MACHINE_ARCH} include directory is required by Alpha, add it to CFLAGS. --- lib/libc_r/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r') 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. -- cgit v1.3