X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk/sssa.git/blobdiff_plain/48160373ac3004bcbec463b43d20def3329cb22d..db8cf3b9a0335a0a5e7381fc8642c4e2531674a4:/snippets/linux.omk diff --git a/snippets/linux.omk b/snippets/linux.omk index b497514..1b52ae3 100644 --- a/snippets/linux.omk +++ b/snippets/linux.omk @@ -251,7 +251,7 @@ endef define COMPILE_idl_template -$(2).c $(2)-stubs.c $(2)-skels.c $(2)-common.c $(2).h: $(1) +$(2).c $(2)-stubs.c $(2)-skels.c $(2)-common.c $(2).h: $(1) $$(wildcard $$(firstword $$(idl_COMPILE))) @$(QUIET_CMD_ECHO) " IDL $$@" $(Q) $$(idl_COMPILE) $$($(2)_IDLFLAGS) $(1) endef