Skip to content

Commit

Permalink
Merge pull request coq-community#35 from gares/patch-2
Browse files Browse the repository at this point in the history
Avoid race condition when building with -j2 (on coq 8.7)
  • Loading branch information
Karmaki authored Sep 12, 2017
2 parents 21b4bac + f8b90ce commit 7ab2982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VERSION=@PACKAGE_VERSION@

BINDIR=@BINDIR@

DPDPLUGIN=./dpdgraph.cmxs ./dpdgraph.vo
DPDPLUGIN=./dpdgraph.vo
DPD2DOT=./dpd2dot
DPDUSAGE=./dpdusage

Expand Down

0 comments on commit 7ab2982

Please sign in to comment.