X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=sparsify%2FMakefile.am;h=973bcb5752ed51a3cb7149f146a06bfb05ac05b1;hb=1ecc6b149364f3b4b6ed1a4b043821c3b025be98;hp=7d950b41a7c335a974e288aeb49a073c5fb0002e;hpb=fac15924f59a076c903d453d20305e00e1ae258a;p=libguestfs.git diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am index 7d950b4..973bcb5 100644 --- a/sparsify/Makefile.am +++ b/sparsify/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -105,7 +105,7 @@ depend: .depend .depend: $(wildcard *.mli) $(wildcard *.ml) rm -f $@ $@-t - $(OCAMLFIND) ocamldep $^ | \ + $(OCAMLFIND) ocamldep -I ../ocaml $^ | \ $(SED) 's/ *$$//' | \ $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \ sort > $@-t