]> granicus.if.org Git - graphviz/commitdiff
different sed actiion for ocaml workaround
authorJohn Ellson <ellson@research.att.com>
Mon, 11 Jun 2012 14:21:37 +0000 (10:21 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 11 Jun 2012 14:21:37 +0000 (10:21 -0400)
tclpkg/gv/Makefile.am

index fd0bbf46cde43d90e3fc943ef4389b10c4261ea7..2577e67cb4b62250b7b5285f540eb3abca6f1a37 100644 (file)
@@ -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