diff options
| author | Emilio Jesus Gallego Arias | 2019-11-21 11:05:00 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-11-21 11:05:00 +0100 |
| commit | b233d38a7a6a3e73f093c5c5ec00f1a7582e7668 (patch) | |
| tree | 3467207f621885afcaf131295d5516dfe38ae53b /tools | |
| parent | e687dd9b1ee68b4ae00461a379a5207d6187a6d1 (diff) | |
| parent | 5bf25dfce23da1cee04b1c886e026f0dbc902c9c (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.in | 2 |
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) \ |
