libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

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

Minor improvement for POTFILES.in building

Diffstat:
Msrc/microhttpd/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 = \