From 199dc026f4336e0418e604520ce60da6e29d0d80 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 25 Feb 1997 14:40:56 +0000 Subject: Installer les .ml git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1301 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/Makefile') 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) -- cgit v1.2.1