diff -r 6b0acad8b56d -r 6dadac4864dc make/makefile.mk --- a/make/makefile.mk Tue Feb 11 21:33:42 2025 +0100 +++ b/make/makefile.mk Tue Feb 11 21:37:12 2025 +0100 @@ -27,8 +27,8 @@ $(MKDIR) $(dist_dir)/libucx $(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \ uaplogo.png make src tests $(dist_dir)/libucx/ - @cd $(dist_dir) && tar -czf libucx-src-$(VERSION).tar.gz -Hustar libucx - @echo "[ Dist created: $(dist_dir)/libucx-src-$(VERSION).tar.gz ]" + @cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx + @echo "[ Dist created: $(dist_dir)/ucx-$(VERSION).tar.gz ]" clean: FORCE $(RMDIR) $(build_dir)