diff options
-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): |