X-Git-Url: http://git.annexia.org/?p=guestfs-browser.git;a=blobdiff_plain;f=Makefile.am;h=c1dd14192d28502f9e8f7be1f27c8036c1a17d96;hp=53cb69126d7d4b3eda8a5cb26f028e519bd4d5eb;hb=43c88e258fcbf22e1c0b2bdb15f6b0ba9f681548;hpb=38d1d47da60009f00f3b079b1176e102035902df diff --git a/Makefile.am b/Makefile.am index 53cb691..c1dd141 100644 --- a/Makefile.am +++ b/Makefile.am @@ -247,6 +247,7 @@ depend: .depend .depend: $(wildcard *.mli) $(wildcard *.ml) $(OCAMLFIND) ocamldep $(OCAMLPACKAGES) $^ | \ $(SED) -e 's/ *$$//' | \ + $(SED) -e 's/[ \t]:/:/' | \ $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \ LANG=C sort > $@-t mv $@-t $@