unoil/CustomTarget_climaker.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 501e290b8eb86a31e936e210aeb76d0b8c1a12b3
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Fri Apr 6 13:15:14 2012 +0200

    include variable before it's used

diff --git a/unoil/CustomTarget_climaker.mk b/unoil/CustomTarget_climaker.mk
index 462a2b8..0e529d0 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 \
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to