From 7e542234eb36750afc188ea878ba0e5ac09f8698 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 13 Jun 2018 03:54:13 +0200 Subject: 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 --- postprocess/CustomTarget_registry.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') 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 -- cgit