git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42de381
)
build: Remove bogus directory list in ocaml-dep.sh.in
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 3 Nov 2021 19:59:22 +0000
(19:59 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 3 Nov 2021 20:21:14 +0000
(20:21 +0000)
This was a cut and paste error when I copied this file over from
libguestfs.
Fixes: commit
5405de2920fa56529b56f61ff683806e72ddfa6a
ocaml-dep.sh.in
patch
|
blob
|
history
diff --git
a/ocaml-dep.sh.in
b/ocaml-dep.sh.in
index
49c816a
..
7a1f169
100755
(executable)
--- 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.