From b8a058e62e65b4c7bd0b387d979d503b3d7f2543 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Nov 2021 19:59:22 +0000 Subject: [PATCH] build: Remove bogus directory list in ocaml-dep.sh.in This was a cut and paste error when I copied this file over from libguestfs. Fixes: commit 5405de2920fa56529b56f61ff683806e72ddfa6a --- ocaml-dep.sh.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ocaml-dep.sh.in b/ocaml-dep.sh.in index 49c816a..7a1f169 100755 --- a/ocaml-dep.sh.in +++ b/ocaml-dep.sh.in @@ -33,16 +33,6 @@ set -e # directories must have unique names (eg. not ‘Utils’) else # dependencies don't get built right. include_dirs=" -common/mlgettext -common/mlpcre -common/mlprogress -common/mlstdutils -common/mltools -common/mlutils -common/mlv2v -common/mlvisit -common/mlxml -lib " # Output file is always created in the current directory. -- 1.8.3.1