diff options
| author | Maxime Dénès | 2017-03-14 17:38:00 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-03-14 17:38:00 +0100 |
| commit | 037b21fc9913958d9e38866cf014fcec0ef78311 (patch) | |
| tree | 7694fe734980d488871077ceb56e295d22257cd8 /tools | |
| parent | 74285d3fe7e65848e30caf147f9032c68547822b (diff) | |
| parent | 53d30eb8b3186031658dafd74dc7ad012854f385 (diff) | |
Merge PR#465: Fix #5132: coq_makefile generates incorrect install goal
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq_makefile.ml | 1 |
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"; |
