diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-07-01 15:07:01 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-07-01 15:07:01 +0000 |
commit | 0b3cbc5c38fc72aba85e98bca992a25880cd1ad9 (patch) | |
tree | f86961656f96cdac4163081a64f3d578190037a9 /lib/libc/Makefile | |
parent | 1d80cb1b37e726669444a5777e0e1d69877ccc46 (diff) |
Axe AINC.
Submitted by: bde
Notes
Notes:
svn path=/head/; revision=117120
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index a724543fdfd9..4d821363a00a 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 |