From: Stephane Glondu Date: Fri, 24 Jul 2009 13:48:11 +0000 (+0200) Subject: Make calls to ocamlrun explicit X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~387 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a84635eb87e8fd976ce505d41db2a156a555e69d;p=ocaml.git Make calls to ocamlrun explicit --- diff --git a/debian/rules b/debian/rules index c7f7a689..0ef05b6b 100755 --- a/debian/rules +++ b/debian/rules @@ -25,10 +25,10 @@ DISTDIR = $(PACKAGE)-$(OCAML_ABI) SRCTARBALL = $(PACKAGE)-source-$(OCAML_ABI).tar.bz2 # Environment variable for dh_ocaml -OCAMLBYTEINFO = debian/ocamlbyteinfo/ocamlbyteinfo +OCAMLBYTEINFO = boot/ocamlrun debian/ocamlbyteinfo/ocamlbyteinfo OCAMLPLUGININFO = debian/ocamlbyteinfo/ocamlplugininfo -OCAMLDUMPAPPROX = tools/dumpapprox -OCAMLOBJINFO = tools/objinfo +OCAMLDUMPAPPROX = boot/ocamlrun tools/dumpapprox +OCAMLOBJINFO = boot/ocamlrun tools/objinfo export OCAMLBYTEINFO export OCAMLPLUGININFO export OCAMLDUMPAPPROX