Use .CURDIR in soelim's include path instead of SRCDIR

This fixes build when a user has defined SRCDIR in make.conf as required by
some ports
This commit is contained in:
Baptiste Daroussin 2015-06-20 00:17:57 +00:00
parent d586a8e4ae
commit 729c67f5a7

View File

@ -75,7 +75,7 @@ TRFLAGS+= -p
TRFLAGS+= -R
.endif
.if defined(USE_SOELIM)
TRFLAGS+= -I${SRCDIR}
TRFLAGS+= -I${.CURDIR}
.endif
.if defined(USE_TBL)
TRFLAGS+= -t