From f0d172591b98d5ea42e19a390c8488b7bbef9675 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 6 Jul 2012 14:34:22 -0500 Subject: [PATCH] Missing $(DEP) dependency in std/filters/test --- src/std/filters/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/std/filters/test/Makefile b/src/std/filters/test/Makefile index dffa4e5ee..6907f7965 100644 --- a/src/std/filters/test/Makefile +++ b/src/std/filters/test/Makefile @@ -70,6 +70,7 @@ TESTSCRIPTS_HOST += $(TESTS:%=%.t) include $(TOP)/configure/RULES +xRecord$(DEP): $(COMMON_DIR)/xRecord.h tsTest$(DEP): $(COMMON_DIR)/xRecord.h dbndTest$(DEP): $(COMMON_DIR)/xRecord.h syncTest$(DEP): $(COMMON_DIR)/xRecord.h