diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-26 10:07:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-26 10:07:38 +0100 |
commit | 852cc47ab65bdddfb77eda594ab0b7aeabc5c5d7 (patch) | |
tree | d1aa83a33bad76cd050e5ff8067c3f447ab6914c /odk | |
parent | b30e154c2b861397a80515ab8a18b6f0558a0939 (diff) |
Add comment about dependency gotcha
Change-Id: Ia3eee9d4c06ef3411ad0a8547edcb08fe901d9dc
Diffstat (limited to 'odk')
-rw-r--r-- | odk/Module_odk.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odk/Module_odk.mk b/odk/Module_odk.mk index d2409eca5938..c66e1dd65a14 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 \ )) |