aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-09 17:54:58 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-09 19:27:38 +0300
commit64e274d45aca4ed2b21ce7932f95926ee654dd1e (patch)
tree49e6b27f7f5e4ed8c13ee76c7f8db5981382a618
parent0fda13824a2d92e24092193fad3d921eb2d672b1 (diff)
downloadlibmicrohttpd-64e274d45aca4ed2b21ce7932f95926ee654dd1e.tar.gz
libmicrohttpd-64e274d45aca4ed2b21ce7932f95926ee654dd1e.zip
Fixed out-of-source-tree builds for 'po'
-rw-r--r--po/Makefile.in.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 211fa729..0dc27d36 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -496,7 +496,7 @@ update-gmo: Makefile $(GMOFILES)
496 @: 496 @:
497 497
498# 498#
499# The next two targets are customized for MHD 499# The next three targets are customized for MHD
500# 500#
501 501
502# Recreate Makefile by invoking config.status. Explicitly invoke the shell, 502# Recreate Makefile by invoking config.status. Explicitly invoke the shell,
@@ -510,6 +510,10 @@ Makefile: Makefile.in.in Makevars $(top_builddir)/po-config.status @POMAKEFILEDE
510$(top_builddir)/po-config.status: $(srcdir)/po-configure.ac.in $(top_srcdir)/configure.ac 510$(top_builddir)/po-config.status: $(srcdir)/po-configure.ac.in $(top_srcdir)/configure.ac
511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) po-config.status 511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) po-config.status
512 512
513remove-potcdate.sed: $(srcdir)/remove-potcdate.sin
514 $(SED) -e '/^#/d' '$(srcdir)/remove-potcdate.sin' > t-$@
515 mv t-$@ $@
516
513force: 517force:
514 518
515# Tell versions [3.59,3.63) of GNU make not to export all variables. 519# Tell versions [3.59,3.63) of GNU make not to export all variables.