aboutsummaryrefslogtreecommitdiff
path: root/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/makefile')
-rw-r--r--hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/makefile b/hello/makefile
index c770a19..c978ff7 100644
--- a/hello/makefile
+++ b/hello/makefile
@@ -63,7 +63,7 @@ $(out_base)/: $(driver)
# Dist
#
-name := $(notdir $(src_base))
+name := $(subst /,-,$(subst $(src_root)/,,$(src_base)))
$(dist): db_id := @database@
$(dist): sources := $(cxx_tun)