Second try at creating *_Include.dbd dependancy on Makefile.

This commit is contained in:
Janet B. Anderson
2008-04-25 20:06:10 +00:00
parent e5b6693d8c
commit 81a56a5b9e

View File

@@ -215,6 +215,7 @@ $(COMMON_DIR)/bpt%.dbd: bpt%.data
$(COMMON_DIR)/%.dbd: $(COMMON_DIR)/%Include.dbd
@$(RM) $@$(DEP)
@$(DBDDEPENDS_CMD)
@echo "$<:../Makefile" >> $@$(DEP)
@echo "Expanding dbd"
@$(RM) $@
$(DBEXPAND) $(DBDFLAGS) -o $@ $<