From f2716f88f3bb1e60f5ed536df9d56c5b0080a8d8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 30 Nov 2012 16:47:11 -0600 Subject: [PATCH] stdRecords.dbd depends on rec/Makefile --- src/std/rec/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/rec/RULES b/src/std/rec/RULES index 702ff7009..134731157 100644 --- a/src/std/rec/RULES +++ b/src/std/rec/RULES @@ -9,7 +9,7 @@ # This is a Makefile fragment, see src/std/Makefile. -$(COMMON_DIR)/stdRecords.dbd: +$(COMMON_DIR)/stdRecords.dbd: ../rec/Makefile $(RM) $@ $(PERL) $(TOOLS)/makeIncludeDbd.pl $(stdRecords_DBD) $@