From f0dc99250a9a52bb12acaf18ac7835dc762abd8c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 24 Jul 2008 19:48:49 +0000 Subject: [PATCH] Added *App and *app as DEPEND_DIRS for iocBoot and iocboot. --- src/makeBaseApp/top/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/makeBaseApp/top/Makefile b/src/makeBaseApp/top/Makefile index f5cae7c7c..c20091615 100644 --- a/src/makeBaseApp/top/Makefile +++ b/src/makeBaseApp/top/Makefile @@ -12,4 +12,9 @@ define DIR_template endef $(foreach dir, $(filter-out configure,$(DIRS)),$(eval $(call DIR_template,$(dir)))) +iocBoot_DEPEND_DIRS += $(filter %App %app,$(DIRS)) +iocboot_DEPEND_DIRS += $(filter %App %app,$(DIRS)) + include $(TOP)/configure/RULES_TOP + +