aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ide
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-01-17 18:47:46 +0000
committerGaëtan Gilbert2019-01-17 18:47:46 +0000
commitb2877df2c79147bd2e26e53e43291b9b29a2aab8 (patch)
tree5726b6595ef29361743b0af750f1c0524d2aa968 /Makefile.ide
parent47c6f0ddacf340d4027fce181ee8ac8a0369188f (diff)
parent44b5f77f36011e797f0d7d36098296dc7d6c1c51 (diff)
Merge PR #9326: [ci] compile with -quick & validate after vio2vo
Reviewed-by: ejgallego Ack-by: SkySkimmer Ack-by: gares Ack-by: ppedrot
Diffstat (limited to 'Makefile.ide')
-rw-r--r--Makefile.ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.ide b/Makefile.ide
index cae77ee348..23ce83d263 100644
--- a/Makefile.ide
+++ b/Makefile.ide
@@ -70,7 +70,7 @@ SOURCEVIEWSHARE=$(shell pkg-config --variable=prefix gtksourceview-2.0)/share
.PHONY: ide-toploop ide-byteloop ide-optloop
# target to build CoqIde (native version) and the stuff needed to lauch it
-coqide: coqide-files coqide-opt theories/Init/Prelude.vo
+coqide: coqide-files coqide-opt theories/Init/Prelude.$(VO)
# target to build CoqIde (in native and byte versions), and no more
# NB: this target is used in the opam package coq-coqide