From: Richard W.M. Jones Date: Wed, 3 Nov 2021 19:59:22 +0000 (+0000) Subject: build: Remove bogus directory list in ocaml-dep.sh.in X-Git-Tag: v1.1.1~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b8a058e62e65b4c7bd0b387d979d503b3d7f2543;p=virt-top.git 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 --- 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.