mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
ocaml: Fix OCaml dependencies.
This commit is contained in:
@@ -139,9 +139,9 @@ depend: .depend
|
||||
.depend: $(wildcard *.mli) $(wildcard *.ml)
|
||||
rm -f $@ $@-t
|
||||
$(OCAMLFIND) ocamldep $^ | \
|
||||
$(SED) 's/ *$$//' | \
|
||||
$(SED) -e 's/ *$$//' | \
|
||||
$(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \
|
||||
sort > $@-t
|
||||
LANG=C sort > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
include .depend
|
||||
|
||||
Reference in New Issue
Block a user