aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-14 12:50:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-14 12:50:33 +0200
commit52e04cd68d9d7733912926e226181e11a84b1ed6 (patch)
tree97ccbfcfe773317b8da083fcae317ad71cba7381
parent00033cdacff5abd150976834a2010f8ff94365e8 (diff)
Fix dist target
-rw-r--r--common/definition/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/definition/makefile b/common/definition/makefile
index fb64b71..961685f 100644
--- a/common/definition/makefile
+++ b/common/definition/makefile
@@ -58,6 +58,7 @@ $(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): data_dist := test.std
$(dist): export name := $(name)
+$(dist): export odb_header_stem := $(basename $(odb_hdr))
$(dist): export extra_dist := $(data_dist) $(call vc9projs,$(name)) \
$(call vc10projs,$(name))
$(dist):