Removed the incorrect COMMON_INCLUDE_DBDS and ../Makefile dependency.

This commit is contained in:
Janet B. Anderson
2007-08-03 16:28:25 +00:00
parent 0274263976
commit 834eb51b81

View File

@@ -42,8 +42,6 @@ SOURCE_DBD = $(wildcard $(file) $(SOURCE_DBD_bbb) )
SOURCE_DBD_bbb = $(foreach dir, $(GENERIC_SRC_DIRS), $(SOURCE_DBD_aaa) )
SOURCE_DBD_aaa = $(addsuffix /$(file), $(dir) )
COMMON_INCLUDE_DBDS += $(patsubst %.dbd, %Include.dbd, $(COMMON_DBDS))
INSTALL_DBS += $(addprefix $(INSTALL_DB)/,$(notdir $(DB)))
COMMON_DBS += $(filter $(COMMON_DIR)/%, $(foreach file, $(DB), \
@@ -214,8 +212,6 @@ $(COMMON_DIR)/%.dbd: %Include.dbd
@$(RM) $@
$(DBEXPAND) $(DBDFLAGS) -o $@ $<
$(COMMON_INCLUDE_DBDS): ../Makefile
$(COMMON_DIR)/%Include.dbd:
@$(RM) $@
$(PERL) $(TOOLS)/makeIncludeDbd.pl $($*_DBD) $@