From 8bdf7378d6ada57204f93684a488368bbae11858 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 12 Sep 2016 09:54:04 +0200 Subject: [PATCH] fixup dependencies for yubico-piv-tool.1 should now support parallel builds --- tool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/Makefile.am b/tool/Makefile.am index 6100da7..4a1657b 100644 --- a/tool/Makefile.am +++ b/tool/Makefile.am @@ -54,7 +54,7 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES) dist_man_MANS = yubico-piv-tool.1 MAINTAINERCLEANFILES += $(dist_man_MANS) -yubico-piv-tool.1: $(yubico_piv_tool_SOURCES) $(libpiv_cmd_la_SOURCES) +yubico-piv-tool.1: $(yubico_piv_tool_SOURCES) $(libpiv_cmd_la_SOURCES) $(top_srcdir)/configure.ac | $(builddir)/yubico-piv-tool$(EXEEXT) $(HELP2MAN) --no-info \ --name="Yubico PIV tool" \ --include=$(srcdir)/yubico-piv-tool.h2m \