Skip to content

Commit 58a0de2

Browse files
committed
Build: Prefer built binaries when invoking help2man
1 parent 8f85e8d commit 58a0de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.common

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ endif
3838

3939
%.8: % $(MAN8DEPS)
4040
chmod a+x $(abs_builddir)/$<
41-
$(PCMK_V) PATH=$$PATH:$(abs_builddir) $(abs_builddir)/$< --help
42-
$(PCMK_V) PATH=$$PATH:$(abs_builddir) $(abs_builddir)/$< --version
43-
$(AM_V_MAN)PATH=$$PATH:$(abs_builddir) $(HELP2MAN) --output $@ --no-info --section 8 --name "Part of the Pacemaker cluster resource manager" $(abs_builddir)/$<
41+
$(PCMK_V) PATH=$(abs_builddir):$$PATH $(abs_builddir)/$< --help
42+
$(PCMK_V) PATH=$(abs_builddir):$$PATH $(abs_builddir)/$< --version
43+
$(AM_V_MAN)PATH=$(abs_builddir):$$PATH $(HELP2MAN) --output $@ --no-info --section 8 --name "Part of the Pacemaker cluster resource manager" $(abs_builddir)/$<
4444

4545
%.xml: %
4646
$(AM_V_GEN)$(abs_builddir)/$< metadata > $@

0 commit comments

Comments
 (0)