X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/1618b906f5eacf544bc01e7a79655cebda862561..91b0fc634c85bf80db946848612a8eeffa76e261:/snippets/rtems.omk?ds=sidebyside diff --git a/snippets/rtems.omk b/snippets/rtems.omk index 59ed507..ad5d47f 100644 --- a/snippets/rtems.omk +++ b/snippets/rtems.omk @@ -297,7 +297,7 @@ $(eval $(call omk_pass_template, binary-pass, $(USER_OBJS_DIR),USER_RULE_TEMPLAT $(eval $(call omk_pass_template,clean,$(USER_OBJS_DIR),,always)) -check-dir: +check-dir:: @$(call mkdir_def,$(USER_INCLUDE_DIR)) @$(call mkdir_def,$(USER_LIB_DIR)) @$(call mkdir_def,$(USER_BIN_DIR))