aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/bulk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bulk/makefile b/common/bulk/makefile
index 481fef3..2ade5db 100644
--- a/common/bulk/makefile
+++ b/common/bulk/makefile
@@ -51,7 +51,7 @@ name := $(subst /,-,$(subst $(src_root)/common/,,$(src_base)))
$(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
-$(dist): data_dist := test.std
+$(dist): data_dist := $(foreach d,$(databases),test-$d.std)
$(dist): export name := $(name)
$(dist): export extra_dist := $(data_dist) $(call vc8projs,$(name)) \
$(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name)) \