Add patch to fix parallel build.
PR: 229522
This commit is contained in:
parent
c1afe16732
commit
062d65a91b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474011
1 changed files with 14 additions and 0 deletions
14
devel/automake/files/patch-Makefile.in
Normal file
14
devel/automake/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- Makefile.in.orig 2018-03-11 21:21:08 UTC
|
||||
+++ 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.
|
Loading…
Reference in a new issue