META_MODE: Fix wanting a meta file in source tree.

MFC after:	2 weeks
Sponsored by:	Dell EMC
This commit is contained in:
Bryan Drewery 2018-07-04 00:18:40 +00:00
parent 817f7baa74
commit e98bd75073
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335923

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