aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-02 11:22:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-02 11:22:15 +0200
commitd131429888dd3f050c06feb2b24af9fb2734a54a (patch)
tree4b094c10cba6f0d65006f99221f11659c1e141ed /boost
parent7772c7c6d6ee600095b394ddf2abf557aa53aacd (diff)
Fix for tests in subdirectories support
Diffstat (limited to 'boost')
-rw-r--r--boost/mysql/date-time/makefile2
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):