gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 03/03: Fixed out-of-source-tree builds for 'po'


From: gnunet
Subject: [libmicrohttpd] 03/03: Fixed out-of-source-tree builds for 'po'
Date: Sun, 09 Jan 2022 17:29:17 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 64e274d45aca4ed2b21ce7932f95926ee654dd1e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jan 9 17:54:58 2022 +0300

    Fixed out-of-source-tree builds for 'po'
---
 po/Makefile.in.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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)
        @:
 
 #
-# The next two targets are customized for MHD
+# The next three targets are customized for MHD
 #
 
 # 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
 $(top_builddir)/po-config.status: $(srcdir)/po-configure.ac.in 
$(top_srcdir)/configure.ac
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) po-config.status
 
+remove-potcdate.sed: $(srcdir)/remove-potcdate.sin
+       $(SED) -e '/^#/d' '$(srcdir)/remove-potcdate.sin' > t-$@
+       mv t-$@ $@
+
 force:
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]