From: Stephane Glondu <steph@glondu.net>
Date: Fri, 5 Feb 2010 13:46:37 +0100
Subject: [PATCH] Fix installation of dummy stub lib

Signed-off-by: Stephane Glondu <steph@glondu.net>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index bf4ab5d..ba0e22e 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ dist: clean
 
 install:
 	$(OCAMLFIND) install obrowser META vm.js rt/caml/stdlib.cma rt/caml/*.cmi rt/caml/std_exit.cmo axo/AXO.cma axo/AXO*.cmi
-	install -m 644 rt/caml/dllstdlib.so `$(OCAMLFIND) -query obrowser`
+	install -m 644 rt/caml/dllstdlib.so `$(OCAMLFIND) -printconf destdir`/obrowser
 
 uninstall:
 	$(OCAMLFIND) remove obrowser
-- 
