[Libreoffice-commits] core.git: odk/Module_odk.mk

Stephan Bergmann sbergman at redhat.com
Tue Feb 26 01:08:05 PST 2013


 odk/Module_odk.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 852cc47ab65bdddfb77eda594ab0b7aeabc5c5d7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 26 10:07:38 2013 +0100

    Add comment about dependency gotcha
    
    Change-Id: Ia3eee9d4c06ef3411ad0a8547edcb08fe901d9dc

diff --git a/odk/Module_odk.mk b/odk/Module_odk.mk
index d2409ec..c66e1dd 100644
--- a/odk/Module_odk.mk
+++ b/odk/Module_odk.mk
@@ -33,6 +33,8 @@ $(eval $(call gb_Module_add_targets,odk,\
 ))
 endif
 
+# This apparently needs to come last, as the various CustomTarget_* add to
+# odkcommon_ZIPLIST that is used here:
 $(eval $(call gb_Module_add_targets,odk,\
 	Zip_odkcommon \
 ))


More information about the Libreoffice-commits mailing list