mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).
PR: bin/34062
This commit is contained in:
parent
21159d1687
commit
bf17fc53ac
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ ${OBJS}: ${_link}
|
|||
SYSDIR= ${_dir}
|
||||
.endif
|
||||
.endfor
|
||||
.if !defined(SYSDIR) || !exists(${SYSDIR}/kern)
|
||||
.if !defined(SYSDIR) || !exists(${SYSDIR}/kern/)
|
||||
.error "can't find kernel source tree"
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue