From 3e7a921af2cfac15349309406d5300385e08bee6 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 12 Nov 2021 17:30:44 -0700 Subject: [PATCH] dthelp/parser: disable parallel building for eltdef and util --- cde/programs/dthelp/parser/pass2/eltdef/Makefile.am | 2 ++ cde/programs/dthelp/parser/pass2/util/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cde/programs/dthelp/parser/pass2/eltdef/Makefile.am b/cde/programs/dthelp/parser/pass2/eltdef/Makefile.am index 666f7dd5d..0e79910a4 100644 --- a/cde/programs/dthelp/parser/pass2/eltdef/Makefile.am +++ b/cde/programs/dthelp/parser/pass2/eltdef/Makefile.am @@ -1,5 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in +.NOTPARALLEL: + noinst_PROGRAMS = eltdef HTAG2 = .. diff --git a/cde/programs/dthelp/parser/pass2/util/Makefile.am b/cde/programs/dthelp/parser/pass2/util/Makefile.am index 4826cd82e..72821d95f 100644 --- a/cde/programs/dthelp/parser/pass2/util/Makefile.am +++ b/cde/programs/dthelp/parser/pass2/util/Makefile.am @@ -1,5 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in +.NOTPARALLEL: + noinst_LIBRARIES = libutil.a noinst_PROGRAMS = context fclndir