automake: use $(MKHELP) variable instead if constant mkhelp.pl

this improves symmetry with the rule above
This commit is contained in:
Simon Warta 2017-06-19 10:50:18 +02:00 committed by Daniel Stenberg
parent fb470a2e40
commit 8621b61045
1 changed files with 1 additions and 1 deletions

View File

@ -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