X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=resize%2FMakefile.am;h=a09f3c2a7628f40fe8a3e96a42af956636febe9e;hb=3207a40dab5ba1a0cd93d2c753779fdf1cffdb7f;hp=fd7f71a8724c5438bedaa02d889c613d8a229066;hpb=d1de9fcc6083e4bf19257708e0120c448c647016;p=libguestfs.git diff --git a/resize/Makefile.am b/resize/Makefile.am index fd7f71a..a09f3c2 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -68,7 +68,7 @@ noinst_DATA = $(top_builddir)/html/virt-resize.1.html virt-resize.1 $(top_builddir)/html/virt-resize.1.html: stamp-virt-resize.pod stamp-virt-resize.pod: virt-resize.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --man virt-resize.1 \ --html $(top_builddir)/html/virt-resize.1.html \ $< @@ -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 $@