Kaydet (Commit) 7e542234 authored tarafından Mike Kaganski's avatar Mike Kaganski Kaydeden (comit) Michael Stahl

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: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 7283125c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment