From a677959426d67b0fba8c04db3afac12c1664aeaa Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 15 Oct 1999 18:34:31 +0000 Subject: [PATCH] Added depends rule. --- src/makeBaseApp/top/configure/RULES.Db | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makeBaseApp/top/configure/RULES.Db b/src/makeBaseApp/top/configure/RULES.Db index ee25072fc..350c14d18 100644 --- a/src/makeBaseApp/top/configure/RULES.Db +++ b/src/makeBaseApp/top/configure/RULES.Db @@ -34,6 +34,8 @@ clean:: @$(RM) $(DB) $(DBDNAME) *.template *.substitutions *.db.raw \ *.db-stamp *.edf esiread.cnf +depends:: + ##################################################### "Foreign" templates TEMPLATE_LINKS = $(filter-out $(notdir $(USES_TEMPLATE)), $(USES_TEMPLATE))