diff options
Diffstat (limited to 'stdlib')
-rwxr-xr-x | stdlib/Makefile.shared | 3 |
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: |