From 52e04cd68d9d7733912926e226181e11a84b1ed6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Sep 2012 12:50:33 +0200 Subject: Fix dist target --- common/definition/makefile | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.1