Skip to content

Commit

Permalink
automake: use $(MKHELP) variable instead if constant mkhelp.pl
Browse files Browse the repository at this point in the history
this improves symmetry with the rule above
  • Loading branch information
webmaster128 authored and bagder committed Jun 19, 2017
1 parent fb470a2 commit 8621b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 8621b61

Please sign in to comment.