]> git.pld-linux.org Git - packages/ocaml-curl.git/blame - ocurl-0.5.3-include-o-cmx.patch
new, version 0.5.3
[packages/ocaml-curl.git] / ocurl-0.5.3-include-o-cmx.patch
CommitLineData
26de232b
ER
1--- ocurl.old/Makefile.in 2009-11-07 21:05:52.000000000 +0000
2+++ ocurl/Makefile.in 2013-09-14 17:52:00.063133507 +0100
3@@ -70,7 +70,8 @@
4 install:
5 ifeq ($(FINDLIB),ocamlfind)
6 ocamlfind install curl META $(wildcard *.cmi) \
7- $(wildcard *.a) $(wildcard *.cma) $(wildcard *.cmxa)
8+ $(wildcard *.a) $(wildcard *.cma) $(wildcard *.cmxa) \
9+ $(wildcard *.o) $(wildcard *.cmx)
10 else
11 mkdir -p $(INSTALLDIR)
12 $(INSTALLDATA) curl.cma $(INSTALLDIR)
This page took 0.045682 seconds and 4 git commands to generate.