diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-02-01 05:42:25 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-02-01 05:42:25 +0000 |
commit | 8cb3080119fd39218328ca8c6b29bcb2b98b11e2 (patch) | |
tree | a6eec3963a084abc337338e7eb9406ef59ed0242 /stdlib/Makefile.nt | |
parent | c4f07b47f260000bc756f145c819dcd7728eb095 (diff) |
install .ml files
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2772 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Makefile.nt')
-rw-r--r-- | stdlib/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile.nt b/stdlib/Makefile.nt index 251ae02a7..d0e839668 100644 --- a/stdlib/Makefile.nt +++ b/stdlib/Makefile.nt @@ -34,7 +34,7 @@ all: stdlib.cma std_exit.cmo camlheader camlheader_ur allopt: stdlib.cmxa std_exit.cmx install: - cp stdlib.cma std_exit.cmo *.cmi *.mli camlheader camlheader_ur $(LIBDIR) + cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur $(LIBDIR) installopt: cp stdlib.cmxa stdlib.lib std_exit.obj *.cmx $(LIBDIR) |