diff options
Diffstat (limited to 'common/const/makefile')
-rw-r--r-- | common/const/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/const/makefile b/common/const/makefile index aeb4bdb..0314fbe 100644 --- a/common/const/makefile +++ b/common/const/makefile @@ -48,7 +48,7 @@ $(out_base)/: $(driver) # Dist # -name := $(notdir $(src_base)) +name := $(subst /,-,$(subst $(src_root)/common/,,$(src_base))) $(dist): db_id := @database@ $(dist): sources := $(cxx_tun) |