X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=resize%2FMakefile.am;h=ff10cf8e0619595b999dd14e8e8bafe4bd47e9f0;hb=91730ce7fa648bd835f48dc7a8051939ae317613;hp=c2fbc3a471288aca394efd12cc91a020d0a567bf;hpb=2faef37957629e0436308e759211209e5e823ee0;p=libguestfs.git 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 $@