summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-02-25 14:40:56 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-02-25 14:40:56 +0000
commit199dc026f4336e0418e604520ce60da6e29d0d80 (patch)
treebce72840c7fc1a3eaa4bc053f66b3b8b11893174 /stdlib/Makefile
parentd770d2cbd95b015519eeda476f01f3588204265b (diff)
downloadocaml-199dc026f4336e0418e604520ce60da6e29d0d80.tar.gz
Installer les .ml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1301 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index f2a3e11137..9c8fd6bf7a 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -20,7 +20,7 @@ all: stdlib.cma std_exit.cmo camlheader
allopt: stdlib.cmxa std_exit.cmx
install:
- cp stdlib.cma std_exit.cmo *.cmi *.mli camlheader $(LIBDIR)
+ cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader $(LIBDIR)
installopt:
cp stdlib.cmxa stdlib.a std_exit.o *.cmx $(LIBDIR)