]> rtime.felk.cvut.cz Git - omk.git/blobdiff - snippets/include.omk
Include __goals.omk.inc only in the approproate subtree
[omk.git] / snippets / include.omk
index df6d775c9bf5d76e3f01bf0d06d769564614e61d..b5ed4906923c78b4014ec676922c774f9533c856 100644 (file)
@@ -35,3 +35,6 @@ prepare-pass::
           cmp --quiet TODO_BUILD_DIR/$$$${srcfname} $(1)/$$$${destfname} \
           || ( mkdir -p `dirname $(1)/$$$${destfname}` && $$(call cp_cmd,TODO_BUILD_DIR/$$$${srcfname},$(1)/$$$${destfname}) ) || exit 1 ; )
 endef
+
+# TODO: *_GEN_HEADERS should be copied by normal rules during build
+# phase because they are generated by another rule.