diff options
Diffstat (limited to 'common/lifecycle/makefile')
-rw-r--r-- | common/lifecycle/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lifecycle/makefile b/common/lifecycle/makefile index a6dd68b..346a6cd 100644 --- a/common/lifecycle/makefile +++ b/common/lifecycle/makefile @@ -47,7 +47,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) |