Move waf into third_party/.
[bbaumbach/samba-autobuild/.git] / third_party / waf / wafadmin / Tools / ocaml.py
similarity index 99%
rename from buildtools/wafadmin/Tools/ocaml.py
rename to third_party/waf/wafadmin/Tools/ocaml.py
index 20c926969a129b61604a45d16d09fbe2f8560309..a0667a4d257e55fdbef012bb8a560859aef9d21e 100644 (file)
@@ -295,4 +295,3 @@ def detect(conf):
        v['LIBPATH_OCAML'] = Utils.cmd_output(conf.env['OCAMLC']+' -where').strip()+os.sep
        v['CPPPATH_OCAML'] = Utils.cmd_output(conf.env['OCAMLC']+' -where').strip()+os.sep
        v['LIB_OCAML'] = 'camlrun'
-