aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-11-21 11:05:00 +0100
committerEmilio Jesus Gallego Arias2019-11-21 11:05:00 +0100
commitb233d38a7a6a3e73f093c5c5ec00f1a7582e7668 (patch)
tree3467207f621885afcaf131295d5516dfe38ae53b /tools
parente687dd9b1ee68b4ae00461a379a5207d6187a6d1 (diff)
parent5bf25dfce23da1cee04b1c886e026f0dbc902c9c (diff)
Merge PR #11075: load .vo when .vos is missing + misc vos changes
Reviewed-by: gares Reviewed-by: silene
Diffstat (limited to 'tools')
-rw-r--r--tools/CoqMakefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index fa186af13a..7c53ecfe18 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -254,7 +254,6 @@ VO = vo
VOS = vos
VOFILES = $(VFILES:.v=.$(VO))
-VOSFILES = $(VFILES:.v=.$(VOS))
GLOBFILES = $(VFILES:.v=.glob)
HTMLFILES = $(VFILES:.v=.html)
GHTMLFILES = $(VFILES:.v=.g.html)
@@ -305,7 +304,6 @@ ALLNATIVEFILES = \
NATIVEFILES = $(wildcard $(ALLNATIVEFILES))
FILESTOINSTALL = \
$(VOFILES) \
- $(VOSFILES) \
$(VFILES) \
$(GLOBFILES) \
$(NATIVEFILES) \