Kaydet (Commit) 12b08780 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Previous commit inadvertently dropped -BUCR

Change-Id: Id92c18119b87da811299b547f43d240557efcacb
üst e0dd0e82
...@@ -303,7 +303,7 @@ define gb_UnoApiHeadersTarget__command ...@@ -303,7 +303,7 @@ define gb_UnoApiHeadersTarget__command
RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,\ RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,\
$(UNOAPI_DEPS)) && \ $(UNOAPI_DEPS)) && \
$(gb_UnoApiHeadersTarget_CPPUMAKERCOMMAND) \ $(gb_UnoApiHeadersTarget_CPPUMAKERCOMMAND) \
-Gc $(4) -O$(3) $(call gb_UnoApiTarget_get_target,$(2)) \ -Gc $(4) -BUCR -O$(3) $(call gb_UnoApiTarget_get_target,$(2)) \
@$${RESPONSEFILE} && \ @$${RESPONSEFILE} && \
rm -f $${RESPONSEFILE} && \ rm -f $${RESPONSEFILE} && \
touch $(1) touch $(1)
......
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