odk/examples/DevelopersGuide/Components/Thumbs/Makefile |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 37a96d9fa4f5a6dbc7e7eabed169535cf276284e
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Sun Sep 27 12:22:18 2020 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Sun Sep 27 13:40:25 2020 +0200

    Fix an odk/examples dependency
    
    ImageShrink.oxt is created in the org/openoffice/comp/test sub-make, and
    CustomTarget_odk/build-examples_java had once failed for me with
    
    > make[2]: *** No rule to make target 
'~/lo/core/workdir/CustomTarget/odk/build-examples_java/out/sdk/LINUXexample.out/bin/ImageShrink.oxt',
 needed by 'ComponentsThumbsExample'.  Stop.
    
    Change-Id: I926d0691e7eee3506d4afe2eda1a2fc873422e18
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103502
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile 
b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
index 95adaef3d1d5..7a7ac34f7159 100644
--- a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
+++ b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
@@ -58,6 +58,8 @@ $(SUBDIRS) :
 
 org/openoffice/comp/test : org/openoffice/test
 
+$(COMP_PACKAGE): org/openoffice/comp/test
+
 ComponentsThumbsExample : $(COMP_PACKAGE)
        @echo 
--------------------------------------------------------------------------------
        @echo Please use one of the following command to execute the example!
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to