X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=resize%2FMakefile.am;h=93c193ef4561c767757edb1f716be67d72987cc4;hb=30479a1190b2f1c2526301fd63182481b1dd6ad8;hp=1d341d8b5a937ae24f071f0dad06068695142bfa;hpb=b60a01f9a38f9358672e36e665e045fb85eb081c;p=libguestfs.git diff --git a/resize/Makefile.am b/resize/Makefile.am index 1d341d8..93c193e 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -42,12 +42,12 @@ OBJECTS = \ bin_SCRIPTS = virt-resize -OCAMLPACKAGES = -package guestfs,pcre +OCAMLPACKAGES = -package pcre -I ../ocaml OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX $(OCAMLPACKAGES) OCAMLOPTFLAGS = $(OCAMLCFLAGS) virt-resize: $(OBJECTS) - $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) -linkpkg $^ -o $@ + $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) mlguestfs.cmxa -linkpkg $^ -o $@ .mli.cmi: $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -c $< -o $@ @@ -98,3 +98,7 @@ include .depend endif endif + +# Parallel builds don't obey dependencies for some reason we +# don't understand. +.NOTPARALLEL: