From: ellson Date: Sat, 12 Jan 2008 03:08:27 +0000 (+0000) Subject: drop VERSION'ing of SWIG-generated tcl binding. SWIG has its own ideas. X-Git-Tag: LAST_LIBGRAPH~32^2~4874 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=124db2ec2a7f116575d15e87c5b834f970797293;p=graphviz drop VERSION'ing of SWIG-generated tcl binding. SWIG has its own ideas. --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index b3d8ace44..f58f85401 100644 --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -294,7 +294,7 @@ DEVTSTS += test_tcl all-local: pkgIndex.tcl pkgIndex.tcl: libgv_tcl.la - sh $(top_srcdir)/tclpkg/mkpkgindex.sh libgv_tcl.la gv $(VERSION) + sh $(top_srcdir)/tclpkg/mkpkgindex.sh libgv_tcl.la gv endif endif