From db4e95841ed7d6d9eb008116bc74d25383fe001d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 Dec 2014 15:56:00 +0200 Subject: Fix list of .std files in dist target --- common/bulk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) \ -- cgit v1.1