diff options
Diffstat (limited to 'common/threads')
-rw-r--r-- | common/threads/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/threads/makefile b/common/threads/makefile index 5ff53e8..44c2a06 100644 --- a/common/threads/makefile +++ b/common/threads/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) |