gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 37/220: src/makefile: fix uncompressed hugehelp.c g


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 37/220: src/makefile: fix uncompressed hugehelp.c generation
Date: Thu, 12 Sep 2019 17:26:37 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit cf5aa9204382ee27e94cffa6bd4b88c525c0cad5
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Jul 31 22:40:24 2019 +0200

    src/makefile: fix uncompressed hugehelp.c generation
    
    Regression from 5cf5d57ab9 (7.64.1)
    
    Fixed-by: Lance Ware
    Fixes #4176
    Closes #4177
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index a26a57076..90f156248 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -123,7 +123,7 @@ $(HUGE): $(MANPAGE) $(MKHELP)
 else # HAVE_LIBZ
 # This generates the tool_hugehelp.c file uncompressed only
 $(HUGE): $(MANPAGE) $(MKHELP)
-       $(HUGECMD)(echo '#include "tool_setup.h"' > $(HUGE):    \
+       $(HUGECMD)(echo '#include "tool_setup.h"' > $(HUGE);    \
        $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) >> $(HUGE) )
 endif
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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