X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=resize%2FMakefile.am;h=e8ffff0faffbb209b02b863626a2e88e8dff7df4;hb=7fef001bd9a2b64ebbf8c936fa75d9c0f8ae76bd;hp=ff10cf8e0619595b999dd14e8e8bafe4bd47e9f0;hpb=cbef2ffb0432756822cd2b02a305384f814e9b50;p=libguestfs.git diff --git a/resize/Makefile.am b/resize/Makefile.am index ff10cf8..e8ffff0 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -106,7 +106,7 @@ depend: .depend .depend: $(wildcard *.mli) $(wildcard *.ml) rm -f $@ $@-t - $(OCAMLFIND) ocamldep $^ | \ + $(OCAMLFIND) ocamldep -I ../ocaml $^ | \ $(SED) 's/ *$$//' | \ $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \ sort > $@-t