From: John Ellson Date: Mon, 11 Jun 2012 14:21:37 +0000 (-0400) Subject: different sed actiion for ocaml workaround X-Git-Tag: LAST_LIBGRAPH~32^2~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc75e5bdee2cab38a9f7758592dcee4d224aa229;p=graphviz different sed actiion for ocaml workaround --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index fd0bbf46c..2577e67cb 100644 --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -114,7 +114,7 @@ gv.ml gv.mli: gv_ocaml.cpp gv_ocaml.cpp: gv.i $(SWIG) -c++ -ocaml -o gv_ocaml.cpp $(srcdir)/gv.i mv $@ $@.orig - sed 's/int caml_array_length/mlsize_t caml_array_length/' $@.orig > $@ + sed '/int caml_array_length/d' $@.orig > $@ rm $@.orig swig.mli: $(SWIG) -ocaml -co swig.mli