--- Makefile.orig	2024-06-06 11:36:59
+++ Makefile	2024-06-06 11:37:19
@@ -1,6 +1,6 @@
 
 DEBUG=
-OCAMLFIND_BINDIR:=$(shell dirname `which ocamlfind`)
+OCAMLFIND_BINDIR?=$(shell dirname `which ocamlfind`)
 PACKAGES = str,unix,fmt,rresult,ocamlgraph,camlp-streams
 INC= -I local-packages/ocamlfind/src/findlib findlib.cma
 
