1 diff -ru libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in
2 --- libgpg-error.orig/src/Makefile.in 2017-09-12 08:18:29.376536700 +0200
3 +++ libgpg-error/src/Makefile.in 2017-09-12 08:57:11.648083800 +0200
5 @HAVE_W32_SYSTEM_TRUE@arch_sources = w32-gettext.c w32-lock.c w32-lock-obj.h w32-thread.c \
6 @HAVE_W32_SYSTEM_TRUE@ w32-iconv.c w32-estream.c
8 -@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
9 -@HAVE_W32_SYSTEM_TRUE@ -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) $(CPPFLAGS)
10 +@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) -DLOCALEDIR=$(localedir) $(AM_CPPFLAGS)
12 @HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
13 @HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo
17 @HAVE_W32_SYSTEM_TRUE@.rc.lo:
18 -@HAVE_W32_SYSTEM_TRUE@ $(LTRCCOMPILE) -i "$<" -o "$@"
19 +@HAVE_W32_SYSTEM_TRUE@ $(LTRCCOMPILE) -i $< -o $@
21 @HAVE_W32_SYSTEM_TRUE@versioninfo.lo : gpg-error.w32-manifest
24 # It is correct to use $(CPP). We want the host's idea of the error codes.
25 mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
26 $(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
27 - $(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \
28 + $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
29 $(AWK) -f $(srcdir)/mkerrcodes.awk >$@