diff options
| author | Vadim Zaliva | 2017-03-08 23:05:55 -0800 |
|---|---|---|
| committer | Maxime Dénès | 2017-03-14 17:35:47 +0100 |
| commit | 53d30eb8b3186031658dafd74dc7ad012854f385 (patch) | |
| tree | 67bd45e1e2d26a1e1696ad7c547f16a999cc7561 /tools | |
| parent | 27e8d8857ea5435ccec9eddd6c34324de82afd32 (diff) | |
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"; |
