mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
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
96cd1f7411
commit
a2f3be3d7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250860
@ -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