diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2003-02-08 20:37:55 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2003-02-08 20:37:55 +0000 |
| commit | 8cf5ed5125ca8f57fa6f27892f3fbda25a52d354 (patch) | |
| tree | 5fa8c1927e480809720c766a3f48569e33c80af9 /lib/libc/Makefile | |
| parent | 856417ebfd05b1330ae28035e7582e0b543b7619 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index c2fe829cd72ea..ae10f73c23e64 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -10,8 +10,8 @@ # system call stubs. LIB=c SHLIB_MAJOR= 5 -CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include AINC= -I${.CURDIR}/${MACHINE_ARCH} +CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include ${AINC} CLEANFILES+=tags INSTALL_PIC_ARCHIVE= yes PRECIOUSLIB= yes |
