--- a/make/project.xml Sun Sep 24 18:48:42 2023 +0200 +++ b/make/project.xml Sun Oct 01 14:41:17 2023 +0200 @@ -2,8 +2,12 @@ <project xmlns="http://unixwork.de/uwproj"> <dependency> <lang>c</lang> - <make>MKDIR=mkdir -p</make> - <make>RMDIR=rm -fR</make> + </dependency> + <dependency name="tools" platform="unix"> + <make> +RMDIR=rm -fR +MKDIR=mkdir -p + </make> </dependency> <dependency name="ucx"> <test>check_lib ucx cx/list.h</test>