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:
Marcel Moolenaar 2013-05-21 17:28:19 +00:00
parent 96cd1f7411
commit a2f3be3d7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250860

View file

@ -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