aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-13 19:33:44 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-13 19:33:53 +0200
commit25462addaf604ff51e886bbc92937bb272982b04 (patch)
treec0b30236ab923fbcea25a4cdcd2f09e011817418 /Makefile.build
parent91c67be4732a5281df9007cf505af251de62b9ea (diff)
Makefile.build: do *not* build PLUGINSCMO by default (followup of PR #709)
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 6e048ce94..8c6f546de 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -606,7 +606,7 @@ OCAMLDEP = $(OCAMLFIND) ocamldep -slash -ml-synonym .ml4 -ml-synonym .mlpack
coqlib: theories plugins
theories: $(THEORIESVO)
-plugins: $(PLUGINSVO) $(PLUGINSCMO)
+plugins: $(PLUGINSVO)
.PHONY: coqlib theories plugins