summaryrefslogtreecommitdiffstats
path: root/stdlib/Makefile.nt
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-01 05:42:25 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-01 05:42:25 +0000
commit8cb3080119fd39218328ca8c6b29bcb2b98b11e2 (patch)
treea6eec3963a084abc337338e7eb9406ef59ed0242 /stdlib/Makefile.nt
parentc4f07b47f260000bc756f145c819dcd7728eb095 (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.nt2
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)