mirror of
https://github.com/curl/curl.git
synced 2026-07-29 05:33:05 +03:00
automake: use $(MKHELP) variable instead if constant mkhelp.pl
this improves symmetry with the rule above
This commit is contained in:
parent
fb470a2e40
commit
8621b61045
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ $(HUGE): $(MANPAGE) $(README) $(MKHELP)
|
|||
echo '#endif /* HAVE_LIBZ */' >> $(HUGE)
|
||||
else # HAVE_LIBZ
|
||||
# This generates the tool_hugehelp.c file uncompressed only
|
||||
$(HUGE): $(MANPAGE) $(README) mkhelp.pl
|
||||
$(HUGE): $(MANPAGE) $(README) $(MKHELP)
|
||||
echo '#include "tool_setup.h"' > $(HUGE)
|
||||
$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue