From 38009c82b295fbef7d635854a1591c4f95e6074c Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 1 Jul 2003 15:07:01 +0000 Subject: Axe AINC. Submitted by: bde --- lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/Makefile b/lib/libc/Makefile index a724543..4d82136 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -10,8 +10,8 @@ # system call stubs. LIB=c SHLIB_MAJOR= 5 -AINC= -I${.CURDIR}/${MACHINE_ARCH} -CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include ${AINC} +CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include +CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags INSTALL_PIC_ARCHIVE= yes PRECIOUSLIB= yes -- cgit v1.1