[Libreoffice-commits] core.git: postprocess/CustomTarget_registry.mk

Mike Kaganski mike.kaganski at collabora.com
Sat Jun 30 09:06:35 UTC 2018


 postprocess/CustomTarget_registry.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e542234eb36750afc188ea878ba0e5ac09f8698
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Wed Jun 13 03:54:13 2018 +0200

    Pattern words are the first argument for filter
    
    https://www.gnu.org/software/make/manual/html_node/Text-Functions.html
    
    Change-Id: I2d3ec3ab30f06b71a1f9983c0d5dc018b4307e4b
    Reviewed-on: https://gerrit.libreoffice.org/55729
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index a0dfad039a6d..bc120e444939 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -353,7 +353,7 @@ else
 postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/Paths-internallibnumbertextdata.xcu
 endif
 
-ifneq ($(filter $(CPUNAME),POWERPC INTEL ARM HPPA GODSON M68K SPARC S390),)
+ifneq ($(filter POWERPC INTEL ARM HPPA GODSON M68K SPARC S390,$(CPUNAME)),)
 postprocess_FILES_main += \
 	$(postprocess_MOD)/org/openoffice/Office/Common-32bit.xcu
 endif


More information about the Libreoffice-commits mailing list