diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-02 11:22:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-02 11:22:15 +0200 |
commit | d131429888dd3f050c06feb2b24af9fb2734a54a (patch) | |
tree | 4b094c10cba6f0d65006f99221f11659c1e141ed /boost/mysql | |
parent | 7772c7c6d6ee600095b394ddf2abf557aa53aacd (diff) |
Fix for tests in subdirectories support
Diffstat (limited to 'boost/mysql')
-rw-r--r-- | boost/mysql/date-time/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/mysql/date-time/makefile b/boost/mysql/date-time/makefile index c6de621..b979f3d 100644 --- a/boost/mysql/date-time/makefile +++ b/boost/mysql/date-time/makefile @@ -65,7 +65,7 @@ $(out_base)/: $(driver) $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): data_dist := test.std -$(dist): export name := $(notdir $(src_base)) +$(dist): export name := $(subst /,-,$(subst $(src_root)/boost/mysql/,,$(src_base))) $(dist): export extra_dist := $(data_dist) $(name)-vc9.vcproj \ $(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters $(dist): |