From ad637b8edf1b1a6edd98a4597a8763722f347cf7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Don't pass -destdir parameter to ocamlfind. Version 0.4.4.2. --- configure.ac | 2 +- libvirt/Makefile.in | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 67fac8d..5951887 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-libvirt,0.4.4.1) +AC_INIT(ocaml-libvirt,0.4.4.2) dnl Check for basic C environment. AC_PROG_CC diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index 4a86313..d0b6967 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -126,13 +126,11 @@ libvirt_version.cmi: libvirt_version.mli install-byte: - mkdir -p $(OCAMLDESTDIR) - ocamlfind install -destdir $(OCAMLDESTDIR) -ldconf ignore libvirt \ + ocamlfind install -ldconf ignore libvirt \ ../META *.so *.a *.cma *.cmi *.mli install-opt: - mkdir -p $(OCAMLDESTDIR) - ocamlfind install -destdir $(OCAMLDESTDIR) -ldconf ignore libvirt \ + ocamlfind install -ldconf ignore libvirt \ ../META *.so *.a *.cma *.cmx *.cmxa *.cmi *.mli include ../Make.rules -- 1.8.3.1