diff --git a/src/ioc/db/Makefile b/src/ioc/db/Makefile index 83cd2ce4a..5092092e9 100644 --- a/src/ioc/db/Makefile +++ b/src/ioc/db/Makefile @@ -58,7 +58,7 @@ DBDINC += menuScan DBDINC += dbCommon dbMenusPod = $(notdir $(wildcard ../db/menu*.dbd.pod)) -HTMLS += $(patsubst %.dbd.pod,%.html,$(menusPod)) +HTMLS += $(patsubst %.dbd.pod,%.html,$(dbMenusPod)) dbCore_SRCS += dbLock.c dbCore_SRCS += dbAccess.c