mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
META_MODE: Fix wanting a meta file in source tree.
MFC after: 2 weeks Sponsored by: Dell EMC
This commit is contained in:
parent
817f7baa74
commit
e98bd75073
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ ${GENSRCS}: \
|
|||
# to appear when building the tree from 8.x worlds where fmake is the
|
||||
# default. fmake doens't define .MAKE.LEVEL so key off that to omit it,
|
||||
# while still allowing more-modern makes to theoretically update things.
|
||||
${GENSRCS}:
|
||||
${GENSRCS}: .NOMETA
|
||||
@echo "Error: ${.TARGET} is missing. Run 'make ahcfirmware'"
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue