From c9acb029edf7c20ca937a1f6051b5834cdfdddf7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Oct 2012 15:51:21 +0100 Subject: sparsify: Fix dependencies so they include resize/progress.* This fixes commit 91b2238fc8e462c02f697f0c053043a55f43c13d. --- sparsify/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am index 727d7bfa..01174cf3 100644 --- a/sparsify/Makefile.am +++ b/sparsify/Makefile.am @@ -110,7 +110,7 @@ depend: .depend .depend: $(wildcard $(abs_srcdir)/*.mli) $(wildcard $(abs_srcdir)/*.ml) rm -f $@ $@-t - $(OCAMLFIND) ocamldep -I ../ocaml -I $(abs_srcdir) $^ | \ + $(OCAMLFIND) ocamldep -I ../ocaml -I $(abs_srcdir) -I $(top_srcdir)/resize $^ | \ $(SED) 's/ *$$//' | \ $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \ $(SED) -e 's,$(abs_srcdir)/,$(builddir)/,g' | \ -- cgit