From 0e585717e9aa6ad72fb7e7b0d341afdd08d86a82 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 14 Oct 2008 20:29:00 +0000 Subject: [PATCH] xxx_IDLFLAGS variable can be used to specify custom IDL flags for different files darcs-hash:20081014202909-f2ef6-12141c88a54276d51064e7773d59aa3f468ffe7c.gz --- snippets/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2