WITH_META_MODE: Avoid false-positive error due to missing .meta with build commands.

Sponsored by:	EMC / Isilon Storage Division
Approved by:	re (blanket, META_MODE)
This commit is contained in:
Bryan Drewery 2016-06-29 22:39:22 +00:00
parent 74ba4047a3
commit 78ed2a6fc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302285

View File

@ -26,7 +26,7 @@ ${GENSRCS}: \
-i ${.CURDIR}/../../../dev/aic7xxx/aic79xx_osm.h \
${.CURDIR}/../../../dev/aic7xxx/aic79xx.seq
.else
${GENSRCS}:
${GENSRCS}: .NOMETA
@echo "Error: ${.TARGET} is missing. Run 'make ahdfirmware'."
.endif