Skip to content

Commit

Permalink
What on earth is Appveyor doing? This might tell us...
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Nov 26, 2022
1 parent 8969a95 commit 1c74dfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure/RULES.Db
Expand Up @@ -400,8 +400,9 @@ $(COMMON_DBDCATS):$(COMMON_DIR)/%.dbd:
$(DBDCAT_COMMAND)
@$(MV) $(notdir $@) $@

$(COMMON_DIR)/%.dbd: $(DBDEXPAND_pl)
$(ECHO) "Creating dbd file $(notdir $@)"
$(COMMON_DIR)/%.dbd:
$(ECHO) "Creating dbd file $(notdir $@) from <$($*_DBD)> => $(foreach d, $(DBD_SEARCH_DIRS), $(wildcard $(addprefix $d/,$($*_DBD))))"
$(ECHO) "Dependencies: $@ depends on $^"
@$(RM) $(notdir $@)
$(DBEXPAND) $(DBDFLAGS) -o $(notdir $@) $($*_DBD)
@$(MV) $(notdir $@) $@
Expand Down

0 comments on commit 1c74dfc

Please sign in to comment.