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:
parent
8eea7af6e0
commit
b7b105f7f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user