META_MODE: Fix wanting a meta file in source tree.

MFC after:	2 weeks
Sponsored by:	Dell EMC
This commit is contained in:
bdrewery 2018-07-04 00:18:40 +00:00
parent 2fa96d6348
commit 36a93b0c2f

View File

@ -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