From 501e290b8eb86a31e936e210aeb76d0b8c1a12b3 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 6 Apr 2012 13:15:14 +0200 Subject: include variable before it's used --- unoil/CustomTarget_climaker.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoil') 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 \ -- cgit