X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/2279c47641e0238d952ef1c29a53824d512e9f78..0e585717e9aa6ad72fb7e7b0d341afdd08d86a82:/snippets/linux diff --git a/snippets/linux b/snippets/linux index 97cf6bf..57f43b8 100644 --- a/snippets/linux +++ b/snippets/linux @@ -251,7 +251,7 @@ endef define COMPILE_idl_template $(2).c $(2)-stubs.c $(2)-skels.c $(2)-common.c $(2).h: $(1) @$(QUIET_CMD_ECHO) " IDL $$@" - $(Q) $$(idl_COMPILE) $(1) + $(Q) $$(idl_COMPILE) $$($(2)_IDLFLAGS) $(1) endef