Update lang/p5-signatures to version 0.11
[dports.git] / lang / ocaml / files / patch-stdlib-Makefile
1 --- stdlib/Makefile.orig        2012-10-15 19:50:56.000000000 +0200
2 +++ stdlib/Makefile     2014-04-01 07:27:40.000000000 +0200
3 @@ -23,8 +23,8 @@
4  installopt: installopt-default installopt-$(PROFILING)
5  
6  installopt-default:
7 +       $(RANLIB) stdlib.a
8         cp stdlib.cmxa stdlib.a std_exit.o *.cmx $(LIBDIR)
9 -       cd $(LIBDIR); $(RANLIB) stdlib.a
10  
11  installopt-noprof:
12         rm -f $(LIBDIR)/stdlib.p.cmxa; ln -s stdlib.cmxa $(LIBDIR)/stdlib.p.cmxa
13 @@ -34,8 +34,8 @@
14         rm -f $(LIBDIR)/std_exit.p.o; ln -s std_exit.o $(LIBDIR)/std_exit.p.o
15  
16  installopt-prof:
17 +       $(RANLIB) stdlib.p.a
18         cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o $(LIBDIR)
19 -       cd $(LIBDIR); $(RANLIB) stdlib.p.a
20  
21  stdlib.p.cmxa: $(OBJS:.cmo=.p.cmx)
22         $(CAMLOPT) -a -o stdlib.p.cmxa $(OBJS:.cmo=.p.cmx)