diff options
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/makefile b/common/makefile index 5a9b9cd..c3f02bf 100644 --- a/common/makefile +++ b/common/makefile @@ -31,7 +31,7 @@ clean := $(out_base)/.clean $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests))) -name := $(notdir $(src_base)) +name := common $(dist): name := $(name) $(dist): export dirs := $(tests) $(dist): export thread_dirs := $(thread_tests) |