From 2f2a0fafcd167bf988e9cfc915eabb412f47d556 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Tue, 19 Mar 2013 14:46:23 +0100 Subject: [PATCH] [makefile] add LIBPPRZDIR to OCAMLPATH instead of replace --- sw/Makefile.ocaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/Makefile.ocaml b/sw/Makefile.ocaml index 85059795cf..327d4cdc38 100644 --- a/sw/Makefile.ocaml +++ b/sw/Makefile.ocaml @@ -36,4 +36,4 @@ XLIBPPRZCMXA = $(XLIBPPRZCMA:.cma=.cmxa) OCAMLDLL = -dllpath $(LIBPPRZDIR) OCAMLXDLL = -dllpath $(LIBPPRZDIR) -export OCAMLPATH=$(LIBPPRZDIR) +export OCAMLPATH=$(LIBPPRZDIR):$OCAMLPATH