make/makefile.mk

changeset 1197
6dadac4864dc
parent 1195
7e7e1c0d5029
child 1199
d17a7350f4a7
--- 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)

mercurial