Don't look for headers outside of the source or object directories. In
particular, don't use DESTDIR. Such creates an unnecessary dependency on the build machine. Obtained from: Juniper Networks, Inc.
This commit is contained in:
parent
6443ec0dc9
commit
08ee50ef4a
@ -17,10 +17,10 @@ CFLAGS+=-funsigned-char
|
||||
|
||||
CFLAGS+=-DHAVE_CONFIG_H
|
||||
CFLAGS+=-DPR_PROGRAM=\"/usr/bin/pr\"
|
||||
CFLAGS+=-I${DESTDIR}/usr/include/gnu
|
||||
CFLAGS+=-I${.CURDIR}/../../../contrib/diff
|
||||
CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
|
||||
CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
|
||||
CFLAGS+=-I${.CURDIR}/../../lib/libregex
|
||||
|
||||
SUBDIR+=doc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user