From 3ef66a1afe8ca488ac8f32f63a18c5f0c7ee835f Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 29 Jun 2016 22:39:22 +0000 Subject: 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 455d002..44392a9 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 -- cgit v1.1