From ddbdcf94628d7cac5bdef0f18f03c0255bcb1341 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 21 Jan 2018 00:44:10 -0600 Subject: [PATCH] rec/test: Add missing filename to DBDDEPENDS_FILES --- src/std/rec/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/std/rec/test/Makefile b/src/std/rec/test/Makefile index 8084b38b5..5322c8e92 100644 --- a/src/std/rec/test/Makefile +++ b/src/std/rec/test/Makefile @@ -38,6 +38,7 @@ TESTFILES += $(COMMON_DIR)/analogMonitorTest.dbd ../analogMonitorTest.db TESTS += analogMonitorTest TARGETS += $(COMMON_DIR)/regressTest.dbd +DBDDEPENDS_FILES += regressTest.dbd$(DEP) regressTest_DBD += base.dbd TESTPROD_HOST += regressTest regressTest_SRCS += regressTest.c