X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/08da090a0f6bb4870bac2c51815e6008ffe98513..eefb242a129510654b235b5008716888d2993fbc:/snippets/Makefile.rules.test diff --git a/snippets/Makefile.rules.test b/snippets/Makefile.rules.test index 0a14ffd..1f819a0 100644 --- a/snippets/Makefile.rules.test +++ b/snippets/Makefile.rules.test @@ -114,7 +114,7 @@ idl_src_cmd = $(IDL_COMPILER) $(IDL_FLAGS) $($(1)_IDLFLAGS) $$< # TODO: Implement CMETRIC -_linker = $(if $(call c++sources,$($(1)_SOURCES)),$(CXX),$(CC)) +_linker = $(if $(call c++sources,$($(1)_SOURCES) $($(1)_GEN_SOURCES)),$(CXX),$(CC)) _map_file = $(USER_OBJS_DIR)/$(1).exe.map _dep_file = $(USER_OBJS_DIR)/$(1).exe.d program_cmd = set -e; \