mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:57:18 +03:00
src/makefile: fix uncompressed hugehelp.c generation
Regression from 5cf5d57ab9 (7.64.1)
Fixed-by: Lance Ware
Fixes #4176
Closes #4177
This commit is contained in:
parent
6ed3d9ed5c
commit
cf5aa92043
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue