Do something more intelligent when compiling into ${DESTDIR}. Also fix bogus

definition of AINC.
This commit is contained in:
mycroft 1994-07-06 04:08:28 +00:00
parent 1454a5a41f
commit a0c1518680
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
# $Id: Makefile,v 1.10 1994/05/21 05:20:25 cgd Exp $
# $Id: Makefile,v 1.11 1994/07/06 04:08:28 mycroft Exp $
LIB= compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH}
AINC= -I${.CURDIR}/../libc/arch/${MACHINE_ARCH}
.if defined(DESTDIR)
AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include
.endif
NOPIC= nopic
.PATH: ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \