Remove nonexistent directory from compiler include path, per
PR 46819 from Henning Petersen.
This commit is contained in:
parent
bc78f655b5
commit
6c6b2a936f
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/11/05 22:39:13 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2012/08/22 05:39:18 dholland Exp $
|
||||
|
||||
TREDIST= ${.CURDIR}/../dist
|
||||
|
||||
.PATH: ${TREDIST}/src
|
||||
|
||||
CPPFLAGS+= -I${TREDIST}/lib -I${.CURDIR}/../libtre
|
||||
CPPFLAGS+= -I${TREDIST}/lib
|
||||
CPPFLAGS+= -DHAVE_CONFIG_H=1
|
||||
|
||||
BINDIR= /usr/bin
|
||||
|
|
Loading…
Reference in New Issue