summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2015-01-24 16:35:29 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2015-01-24 16:35:29 +0000
commit95f626c9ffb683c47e1aa82d7d7865bc4e2a0ddc (patch)
tree6f370a202e08f184a43547a26776c4af0b3349a1 /stdlib
parenteca0967403d5a5fcbd4176aecb0099ff22b88f2d (diff)
PR#6691: install .cmt[i] files for stdlib and compiler-libs
(patch by David Sheets) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15794 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rwxr-xr-xstdlib/Makefile.shared3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile.shared b/stdlib/Makefile.shared
index 54de337cb..5f5761f92 100755
--- a/stdlib/Makefile.shared
+++ b/stdlib/Makefile.shared
@@ -42,7 +42,8 @@ all: stdlib.cma std_exit.cmo camlheader camlheader_ur
INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR)
install: install-$(RUNTIMED)
- cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
+ cp stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \
+ camlheader camlheader_ur \
$(INSTALL_LIBDIR)
install-noruntimed: