X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/1618b906f5eacf544bc01e7a79655cebda862561..91b0fc634c85bf80db946848612a8eeffa76e261:/snippets/vxworks.omk diff --git a/snippets/vxworks.omk b/snippets/vxworks.omk index f5a9c7d..6b4bbbf 100644 --- a/snippets/vxworks.omk +++ b/snippets/vxworks.omk @@ -198,7 +198,7 @@ clean-local: $(eval $(call omk_pass_template, library-pass,$(USER_OBJS_DIR),USER_RULE_TEMPLATES=y,$(lib_LIBRARIES)$(shared_LIBRARIES))) $(eval $(call omk_pass_template, binary-pass, $(USER_OBJS_DIR),USER_RULE_TEMPLATES=y,$(bin_PROGRAMS)$(utils_PROGRAMS)$(test_PROGRAMS))) -check-dir: +check-dir:: @$(call mkdir_def,$(USER_BUILD_DIR)) @$(call mkdir_def,$(USER_INCLUDE_DIR)) @$(call mkdir_def,$(USER_LIB_DIR))