Added *App and *app as DEPEND_DIRS for iocBoot and iocboot.

This commit is contained in:
Janet B. Anderson
2008-07-24 19:48:49 +00:00
parent a264796800
commit f0dc99250a
+5
View File
@@ -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