From 36a93b0c2f8c08be8ba2041bcb24bb42d271deac Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 4 Jul 2018 00:18:40 +0000 Subject: [PATCH] META_MODE: Fix wanting a meta file in source tree. MFC after: 2 weeks Sponsored by: Dell EMC --- sys/modules/aic7xxx/ahc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/aic7xxx/ahc/Makefile b/sys/modules/aic7xxx/ahc/Makefile index f1498495c287..41bf2d70c9a2 100644 --- a/sys/modules/aic7xxx/ahc/Makefile +++ b/sys/modules/aic7xxx/ahc/Makefile @@ -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