From f8b90ce7f207cc492d44624e937036b9e945ccae Mon Sep 17 00:00:00 2001 From: Enrico Date: Mon, 11 Sep 2017 11:34:57 +0200 Subject: [PATCH] Avoid race condition when building with -j2 The `.vo` file depends on the `cmxs`, so there is really no need to build both (in parallel or not) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 67261588d..fe9fa03db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,7 @@ VERSION=@PACKAGE_VERSION@ BINDIR=@BINDIR@ -DPDPLUGIN=./dpdgraph.cmxs ./dpdgraph.vo +DPDPLUGIN=./dpdgraph.vo DPD2DOT=./dpd2dot DPDUSAGE=./dpdusage