summaryrefslogtreecommitdiff
path: root/solenv/gbuild/UIConfig.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-22 10:06:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-22 16:47:40 +0100
commit9de93343afd95b991264ee3254bccbefc14761bc (patch)
tree487d2c0d5521620aa6bb2fd43f37f449983938d2 /solenv/gbuild/UIConfig.mk
parent136dfa3fe0bc66c2e1708e3b420e5836b02af11f (diff)
gb_UIConfig_get_imagelist_target missing from clean target
Change-Id: I541bd57815bd66978326486b29165d0480d8a7b6 Reviewed-on: https://gerrit.libreoffice.org/50157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/gbuild/UIConfig.mk')
-rw-r--r--solenv/gbuild/UIConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk
index 640ead85d658..458d426ce413 100644
--- a/solenv/gbuild/UIConfig.mk
+++ b/solenv/gbuild/UIConfig.mk
@@ -115,7 +115,7 @@ $(call gb_UIConfig_get_imagelist_target,%) :
$(call gb_UIConfig_get_clean_target,%) :
$(call gb_Output_announce,$*,$(false),UIC,2)
$(call gb_Helper_abbreviate_dirs,\
- rm -f $(call gb_UIConfig_get_target,$*) \
+ rm -f $(call gb_UIConfig_get_target,$*) $(call gb_UIConfig_get_imagelist_target,$*) \
)
define gb_UIConfig_a11yerrors__command