X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=resize%2FMakefile.am;h=ff10cf8e0619595b999dd14e8e8bafe4bd47e9f0;hp=c2fbc3a471288aca394efd12cc91a020d0a567bf;hb=cbef2ffb0432756822cd2b02a305384f814e9b50;hpb=b3f1457fddd19b1e540866fa01c665aeb371cb44 diff --git a/resize/Makefile.am b/resize/Makefile.am index c2fbc3a..ff10cf8 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -106,7 +106,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 $@