aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaxime Dénès2017-03-14 17:38:00 +0100
committerMaxime Dénès2017-03-14 17:38:00 +0100
commit037b21fc9913958d9e38866cf014fcec0ef78311 (patch)
tree7694fe734980d488871077ceb56e295d22257cd8 /tools
parent74285d3fe7e65848e30caf147f9032c68547822b (diff)
parent53d30eb8b3186031658dafd74dc7ad012854f385 (diff)
Merge PR#465: Fix #5132: coq_makefile generates incorrect install goal
Diffstat (limited to 'tools')
-rw-r--r--tools/coq_makefile.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index b7dd5f2a14..294575e0a5 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -676,6 +676,7 @@ let main_targets vfiles (mlifiles,ml4files,mlfiles,mllibfiles,mlpackfiles) other
print "VO=vo\n";
print "VOFILES:=$(VFILES:.v=.$(VO))\n";
classify_files_by_root "VOFILES" l inc;
+ classify_files_by_root "VFILES" l inc;
print "GLOBFILES:=$(VFILES:.v=.glob)\n";
print "GFILES:=$(VFILES:.v=.g)\n";
print "HTMLFILES:=$(VFILES:.v=.html)\n";