X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/69e13fc7fc0892e00ea9890bea57118f45f96e40..628bd48e3f017f7f0e67da76d89463ba3297d9f6:/snippets/sources-list.omk diff --git a/snippets/sources-list.omk b/snippets/sources-list.omk index 8f3cc48..a1f7617 100644 --- a/snippets/sources-list.omk +++ b/snippets/sources-list.omk @@ -35,7 +35,7 @@ $(SOURCES_LIST): $(CONFIG_FILES) $(shell find -name $(MAKEFILE_OMK)) @mv "$(SOURCES_LIST_D).tmp2" "$(SOURCES_LIST_D)" endif -$(eval $(call omk_pass_template,sources-list-pass,$$(LOCAL_BUILD_DIR),,always)) +$(eval $(call omk_pass_template,sources-list-pass,$$(LOCAL_BUILD_DIR),,always,)) sources-list-pass-local: @$(foreach m,$(MAKEFILE_LIST),echo ' $(m)' >> "$(SOURCES_LIST_D).tmp";)