From 13d0cff8ffce733696709be26a0df25bed553326 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 6 Nov 1995 15:21:56 +0000 Subject: [PATCH] Installation des .cmi git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@413 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/num/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile index 4264d9bab3..431e3341ca 100644 --- a/otherlibs/num/Makefile +++ b/otherlibs/num/Makefile @@ -36,7 +36,7 @@ bignum/libbignum.a: install: cp libnums.a $(LIBDIR)/libnums.a cd $(LIBDIR); $(RANLIB) libnums.a - cp nums.cma $(CMIFILES) $(LIBDIR) + cp nums.cma $(CAMLINTF) $(LIBDIR) installopt: cp nums.cmxa nums.a $(LIBDIR)