diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-06 13:15:14 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-06 13:15:14 +0200 |
commit | 501e290b8eb86a31e936e210aeb76d0b8c1a12b3 (patch) | |
tree | 31a8143b031f24d278b4e9d48dbe087594b3c54f /unoil | |
parent | 12b3707ed2ccd77a8fd8b8f341ea035c22d87f40 (diff) |
include variable before it's used
Diffstat (limited to 'unoil')
-rw-r--r-- | unoil/CustomTarget_climaker.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoil/CustomTarget_climaker.mk b/unoil/CustomTarget_climaker.mk index 462a2b81dacc..0e529d00e494 100644 --- a/unoil/CustomTarget_climaker.mk +++ b/unoil/CustomTarget_climaker.mk @@ -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 \ |