X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=resize%2FMakefile.am;h=a09f3c2a7628f40fe8a3e96a42af956636febe9e;hb=3207a40dab5ba1a0cd93d2c753779fdf1cffdb7f;hp=93a2600fe787147b7b43b5b42f3f5dd1ace4b5dd;hpb=028944cc1a7987cfaca1e30d1b93bdee2828a478;p=libguestfs.git diff --git a/resize/Makefile.am b/resize/Makefile.am index 93a2600..a09f3c2 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -93,7 +93,8 @@ depend: .depend .depend: $(wildcard *.mli) $(wildcard *.ml) rm -f $@ $@-t - $(OCAMLFIND) ocamldep $(OCAMLPACKAGES) $^ | \ + $(OCAMLFIND) ocamldep $^ | \ + $(SED) 's/ *$$//' | \ $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \ sort > $@-t mv $@-t $@