Commit 8621b610 authored by Simon Warta's avatar Simon Warta Committed by Daniel Stenberg
Browse files

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

this improves symmetry with the rule above
parent fb470a2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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