solenv/gbuild/UIConfig.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9de93343afd95b991264ee3254bccbefc14761bc
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Feb 22 10:06:29 2018 +0100

    gb_UIConfig_get_imagelist_target missing from clean target
    
    Change-Id: I541bd57815bd66978326486b29165d0480d8a7b6
    Reviewed-on: https://gerrit.libreoffice.org/50157
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to