From 2e9798be032bf1c8f18c9c05462fd8ba2c5199e9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Allow destdir options to be passed to 'make install' (Guillaume Rousse). --- libvirt/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1