aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpboutill2011-10-26 09:09:18 +0000
committerpboutill2011-10-26 09:09:18 +0000
commitbadc8b1ccf50f00e33563901e363bcbeff9e2c19 (patch)
treeb424ffb7bfe9d8781dd920ad9d5d0c179e7d6b31 /tools
parent34e5e5176a2ffbb6825043c279a504d83aac12dc (diff)
Coq_makefile: libraries in bytecode are now installed too
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14608 85f007b7-540e-0410-9357-904b9bb8a0f7
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 02bba6cfef..15df485b60 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -448,6 +448,7 @@ let main_targets vfiles (mlifiles,ml4files,mlfiles,mllibfiles) other_targets inc
print "MLLIBFILES:="; print_list "\\\n " l; print "\n";
print "\n-include $(MLLIBFILES:.mllib=.mllib.d)\n.SECONDARY: $(MLLIBFILES:.mllib=.mllib.d)\n\n";
print "CMAFILES:=$(MLLIBFILES:.mllib=.cma)\n";
+ classify_files_by_root "CMAFILES" l inc;
print "CMXAFILES:=$(CMAFILES:.cma=.cmxa)\n";
end;
begin match mlifiles with