From: John Ellson Date: Mon, 11 Jun 2012 13:52:40 +0000 (-0400) Subject: fix sed line X-Git-Tag: LAST_LIBGRAPH~32^2~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d447908cf4c965c44bdbd72634df1b6b5e04c5f3;p=graphviz fix sed line --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index aff0af88b..fd0bbf46c 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 '/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