Added the db dependancy definition <name>_DEPENDS.

This commit is contained in:
Janet B. Anderson
2005-02-10 18:38:47 +00:00
parent 406642cecc
commit b74620ccc7

View File

@@ -259,6 +259,7 @@ $(COMMON_DIR)/%.db$(RAW): %.substitutions
@$(RM) $@$(DEP)
@$(DBDDEPENDS_CMD)
@echo "$@:$(TEMPLATE_FILENAME)" >> $@$(DEP)
@echo "$@:$($*_DEPENDS)" >> $@$(DEP)
@echo "Inflating database from $<"
@$(RM) $@
$(MSI) $(DBFLAGS) -S$< $(TEMPLATE_FILENAME) > msi.tmp