diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/Makefile.am | 2 | ||||
-rw-r--r-- | vim/ftdetect/Makefile.am | 2 | ||||
-rw-r--r-- | vim/syntax/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vim/Makefile.am b/vim/Makefile.am index e5b189dd6..b7f85dd00 100644 --- a/vim/Makefile.am +++ b/vim/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = ftdetect syntax -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests built-sources : $(BUILT_SOURCES) for s in `echo $(SUBDIRS) | tr -d .` ; do $(MAKE) -C $$s built-sources || exit 1 ; done diff --git a/vim/ftdetect/Makefile.am b/vim/ftdetect/Makefile.am index 172bec036..abfdfdeb4 100644 --- a/vim/ftdetect/Makefile.am +++ b/vim/ftdetect/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests vimscripts = \ paludis.vim diff --git a/vim/syntax/Makefile.am b/vim/syntax/Makefile.am index 236ca3594..ee7314bc2 100644 --- a/vim/syntax/Makefile.am +++ b/vim/syntax/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests vimscripts = \ paludis-environment-conf.vim \ |