Kaydet (Commit) 501e290b authored tarafından Matúš Kukan's avatar Matúš Kukan

include variable before it's used

üst 12b3707e
......@@ -25,6 +25,8 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
include $(SRCDIR)/unoil/climaker/version.txt
$(eval $(call gb_CustomTarget_CustomTarget,unoil/climaker,new_style))
UICM := $(call gb_CustomTarget_get_workdir,unoil/climaker)
......@@ -34,8 +36,6 @@ $(call gb_CustomTarget_get_target,unoil/climaker) : \
$(UICM)/cli_oootypes.config \
$(UICM)/$(CLI_OOOTYPES_POLICY_ASSEMBLY).dll
include $(SRCDIR)/unoil/climaker/version.txt
$(UICM)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \
$(OUTDIR)/bin/offapi.rdb $(OUTDIR)/bin/udkapi.rdb \
$(OUTDIR)/bin/cliuno.snk $(OUTDIR)/bin/cli_uretypes.dll \
......
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