builder: Add missing dependency.

index-parser-c.c depends on index-parse.h being created first.
However without an explicit dependency, this is not done (and implicit
deps don't work because automake doesn't sufficiently understand OCaml
programs).

This fixes commit a4800e2d4f.
This commit is contained in:
Richard W.M. Jones
2013-11-05 15:42:05 +00:00
parent 96eab7cc00
commit dfe97b352d

View File

@@ -120,6 +120,8 @@ virt-builder: $(OBJECTS)
.ml.cmx:
$(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) -c $< -o $@
index-parser-c.o: index-parse.h
# Manual pages and HTML files for the website.
man_MANS += virt-builder.1