From 78ed2a6fc44879da0e78261777fe64c2f6a9367d Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 29 Jun 2016 22:39:22 +0000 Subject: [PATCH] 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) --- sys/modules/aic7xxx/ahd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/aic7xxx/ahd/Makefile b/sys/modules/aic7xxx/ahd/Makefile index 455d002a86b..44392a9704a 100644 --- a/sys/modules/aic7xxx/ahd/Makefile +++ b/sys/modules/aic7xxx/ahd/Makefile @@ -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