]> granicus.if.org Git - curl/commitdiff
automake: use $(MKHELP) variable instead if constant mkhelp.pl
authorSimon Warta <simon@kullo.net>
Mon, 19 Jun 2017 08:50:18 +0000 (10:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Jun 2017 10:28:39 +0000 (12:28 +0200)
this improves symmetry with the rule above

src/Makefile.am

index 9c20e34452b0c0d8de968da927c878b1ed8c8176..7b4835953dcedfbda94dcf361bafdb0fbe0db167 100644 (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