make/makefile.mk

changeset 1529
a145f47cc0a7
parent 1523
b5c32391802f
child 1530
77cb6540d9d8
--- a/make/makefile.mk	Sun Nov 30 14:33:19 2025 +0100
+++ b/make/makefile.mk	Sun Nov 30 14:40:39 2025 +0100
@@ -24,7 +24,7 @@
 include config.mk
 
 dist: FORCE
-	$(MKDIR) $(dist_dir)/libucx
+	$(MKDIR) $(dist_dir)/libucx/
 	$(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \
 		uaplogo.png make msvc src tests $(dist_dir)/libucx/
 	@cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx
@@ -40,7 +40,7 @@
 compile: static shared
 
 $(build_dir):
-	$(MKDIR) $@
+	$(MKDIR) $@/
 
 shared: $(build_dir) FORCE
 	@cd src && $(MAKE) OBJ_EXT=.shared.o \

mercurial