Kaydet (Commit) 11e8dc2d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need doubled dollarsign here it seems for this to actually work as intended

üst 075755a7
...@@ -165,7 +165,7 @@ define gb_UnoApiPartTarget__command ...@@ -165,7 +165,7 @@ define gb_UnoApiPartTarget__command
$$(call gb_Output_announce,$(2),$(true),IDL,2) $$(call gb_Output_announce,$(2),$(true),IDL,2)
mkdir -p $(call gb_UnoApiPartTarget_get_target,$(2)) && \ mkdir -p $(call gb_UnoApiPartTarget_get_target,$(2)) && \
RESPONSEFILE=$$(call var2file,$(shell $(gb_MKTEMP)),500,\ RESPONSEFILE=$$(call var2file,$(shell $(gb_MKTEMP)),500,\
$(call gb_Helper_convert_native,$$(INCLUDE) $$(DEFS) -O $(call gb_UnoApiPartTarget_get_target,$(2)) -verbose -C $$?)) && \ $$(call gb_Helper_convert_native,$$(INCLUDE) $$(DEFS) -O $(call gb_UnoApiPartTarget_get_target,$(2)) -verbose -C $$?)) && \
$(gb_UnoApiTarget_IDLCCOMMAND) @$$$${RESPONSEFILE} > /dev/null && \ $(gb_UnoApiTarget_IDLCCOMMAND) @$$$${RESPONSEFILE} > /dev/null && \
rm -f $$$${RESPONSEFILE} && \ rm -f $$$${RESPONSEFILE} && \
touch $$@ touch $$@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment