]> granicus.if.org Git - curl/commitdiff
src/makefile: fix uncompressed hugehelp.c generation
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Jul 2019 20:40:24 +0000 (22:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Aug 2019 05:46:09 +0000 (07:46 +0200)
Regression from 5cf5d57ab9 (7.64.1)

Fixed-by: Lance Ware
Fixes #4176
Closes #4177

src/Makefile.am

index a26a57076e6e787c8725ee9eeed8506636164191..90f156248b405a1adce1b7fdf3910c340ea7ccb0 100644 (file)
@@ -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