From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 14 Aug 2008 08:45:34 +0000 (+0100) Subject: Allow destdir options to be passed to 'make install' (Guillaume Rousse). X-Git-Tag: 0.6.1.1~18 X-Git-Url: http://git.annexia.org/?p=ocaml-libvirt.git;a=commitdiff_plain;h=2e9798be032bf1c8f18c9c05462fd8ba2c5199e9 Allow destdir options to be passed to 'make install' (Guillaume Rousse). --- diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index d0b6967..f7c04bb 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -126,11 +126,11 @@ libvirt_version.cmi: libvirt_version.mli install-byte: - ocamlfind install -ldconf ignore libvirt \ + ocamlfind install $(OCAMLFIND_INSTFLAGS) -ldconf ignore libvirt \ ../META *.so *.a *.cma *.cmi *.mli install-opt: - ocamlfind install -ldconf ignore libvirt \ + ocamlfind install $(OCAMLFIND_INSTFLAGS) -ldconf ignore libvirt \ ../META *.so *.a *.cma *.cmx *.cmxa *.cmi *.mli include ../Make.rules