diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-09-27 12:22:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-27 13:40:25 +0200 |
commit | 37a96d9fa4f5a6dbc7e7eabed169535cf276284e (patch) | |
tree | 5c000a6cd2ed212499eaa22b1f44e805ec49cdb0 /odk/examples | |
parent | 5c2263fa4e6c66f9dff2d624674713dbc4fa5b5a (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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! |