summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-11-06 15:21:56 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-11-06 15:21:56 +0000
commit4097c7b1c02c322fa8b5c970fd657b5cc3c63f3e (patch)
tree3dc69a30b0234b764e3b0ec4be87dec2db44a58e
parent713b8379689c85d7e6fdbd537e78d35dbc802e97 (diff)
Installation des .cmi
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@413 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/num/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile
index 4264d9bab..431e3341c 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)