diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-17 15:56:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-17 15:56:00 +0200 |
commit | db4e95841ed7d6d9eb008116bc74d25383fe001d (patch) | |
tree | 19afd0441de13acd1935288f4d4eb54512b19a20 | |
parent | 016c89d3418ae0d9d9509966f74d2eadd7af0797 (diff) |
Fix list of .std files in dist target
-rw-r--r-- | common/bulk/makefile | 2 |
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)) \ |