Skip to content

Commit cf5aa92

Browse files
committed
src/makefile: fix uncompressed hugehelp.c generation
Regression from 5cf5d57 (7.64.1) Fixed-by: Lance Ware Fixes curl#4176 Closes curl#4177
1 parent 6ed3d9e commit cf5aa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $(HUGE): $(MANPAGE) $(MKHELP)
123123
else # HAVE_LIBZ
124124
# This generates the tool_hugehelp.c file uncompressed only
125125
$(HUGE): $(MANPAGE) $(MKHELP)
126-
$(HUGECMD)(echo '#include "tool_setup.h"' > $(HUGE): \
126+
$(HUGECMD)(echo '#include "tool_setup.h"' > $(HUGE); \
127127
$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) >> $(HUGE) )
128128
endif
129129

0 commit comments

Comments
 (0)