Skip to content

Commit

Permalink
Installation des .cmi
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@413 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Nov 6, 1995
1 parent 922f0d9 commit 13d0cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/num/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 13d0cff

Please sign in to comment.