diff -ru libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in --- libgpg-error.orig/src/Makefile.in 2017-09-12 08:18:29.376536700 +0200 +++ libgpg-error/src/Makefile.in 2017-09-12 08:57:11.648083800 +0200 @@ -512,8 +512,7 @@ @HAVE_W32_SYSTEM_TRUE@arch_sources = w32-gettext.c w32-lock.c w32-lock-obj.h w32-thread.c \ @HAVE_W32_SYSTEM_TRUE@ w32-iconv.c w32-estream.c w32-reg.c spawn-w32.c -@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -@HAVE_W32_SYSTEM_TRUE@ -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) $(CPPFLAGS) +@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) -DLOCALEDIR=$(localedir) $(AM_CPPFLAGS) @HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE) @HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo @@ -1242,7 +1241,7 @@ @HAVE_W32_SYSTEM_TRUE@.rc.lo: -@HAVE_W32_SYSTEM_TRUE@ $(LTRCCOMPILE) -i "$<" -o "$@" +@HAVE_W32_SYSTEM_TRUE@ $(LTRCCOMPILE) -i $< -o $@ @HAVE_W32_SYSTEM_TRUE@versioninfo.lo : gpg-error.w32-manifest @@ -1283,7 +1282,7 @@ # It is correct to use $(CPP). We want the host's idea of the error codes. mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers) $(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@ - $(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \ + $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \ $(AWK) -f $(srcdir)/mkerrcodes.awk >$@ -rm _$@ llabora/co-24.04 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-10-07 12:02:05 +0200
committerAndras Timar <andras.timar@collabora.com>2020-10-08 11:05:37 +0200
commit345acbaa2c32cd3100529f2cc125800054bf869b (patch)
treea8ac437c8cc3cef6b4f33dc8ea825e229d8f7aa0
parent1f5c353bc78312bdc964271a8d5f3b988607a117 (diff)
update translations for 6.4.7 rc2 cp-6.4-9cp-6.4-8cp-6.4-7
and force-fix errors using pocheck Change-Id: I5b70ce184448b11dc7d76b84e5ad200a2d8f8474
Diffstat