From: Simon Warta Date: Mon, 19 Jun 2017 08:50:18 +0000 (+0200) Subject: automake: use $(MKHELP) variable instead if constant mkhelp.pl X-Git-Tag: curl-7_55_0~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8621b610454482e3b0ad1296e79adfc3158c0010;p=curl automake: use $(MKHELP) variable instead if constant mkhelp.pl this improves symmetry with the rule above --- diff --git a/src/Makefile.am b/src/Makefile.am index 9c20e3445..7b4835953 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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