]> granicus.if.org Git - graphviz/commitdiff
fix sed line
authorJohn Ellson <ellson@research.att.com>
Mon, 11 Jun 2012 13:52:40 +0000 (09:52 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 11 Jun 2012 13:52:40 +0000 (09:52 -0400)
tclpkg/gv/Makefile.am

index aff0af88bbc58e18d5aac106d8311712c5760811..fd0bbf46cde43d90e3fc943ef4389b10c4261ea7 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 '/int caml_array_length/mlsize_t caml_array_length/' $@.orig > $@
+       sed 's/int caml_array_length/mlsize_t caml_array_length/' $@.orig > $@
        rm $@.orig
 swig.mli:
        $(SWIG) -ocaml -co swig.mli