mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08: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
@ -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…
Reference in New Issue
Block a user