gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Minor improvement for POTFILES.in


From: gnunet
Subject: [libmicrohttpd] branch master updated: Minor improvement for POTFILES.in building
Date: Fri, 10 Jun 2022 09:57:41 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new e1f5396a Minor improvement for POTFILES.in building
e1f5396a is described below

commit e1f5396ad46bb8629107853ffc1a95246c3a0efc
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Jun 10 10:57:35 2022 +0300

    Minor improvement for POTFILES.in building
---
 src/microhttpd/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index de2e6fda..14ee6c23 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -274,9 +274,9 @@ update-po-POTFILES.in: $(top_srcdir)/po/POTFILES.in
 
 $(top_srcdir)/po/POTFILES.in: $(srcdir)/Makefile.am
        @echo "Creating $@"
-       @echo  src/include/microhttpd.h > $@ && \
+       @echo  src/include/microhttpd.h > "$@" && \
        for src in $(am__libmicrohttpd_la_SOURCES_DIST) ; do \
-         echo "$(subdir)/$$src" >> $@ ; \
+         echo "$(subdir)/$$src" >> "$@" ; \
        done
 
 test_start_stop_SOURCES = \

-- 
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]