$OpenBSD: patch-Makefile_in,v 1.1 2019/01/13 16:40:20 kirby Exp $

Fix parallel build. Taken from FreeBSD.

Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -3690,9 +3690,9 @@ doc/aclocal.1 doc/automake.1:
 	  && echo ".so man1/$$f-$(APIVERSION).1" > $@
 
 doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm
-	$(update_mans) aclocal-$(APIVERSION)
+	$(update_mans) $(aclocal_script)
 doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm
-	$(update_mans) automake-$(APIVERSION)
+	$(update_mans) $(automake_script)
 
 # We depend on configure.ac so that we regenerate the tarball
 # whenever the Automake version changes.
