From: ellson Date: Thu, 25 May 2006 13:44:26 +0000 (+0000) Subject: revert previous change which broke builds when no tcl present X-Git-Tag: LAST_LIBGRAPH~32^2~6547 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ecc8c6ff66d3c086458b02892cedc5adaf0c4ec;p=graphviz revert previous change which broke builds when no tcl present --- diff --git a/tclpkg/Makefile.am b/tclpkg/Makefile.am index a254fe433..1ff3cba68 100644 --- a/tclpkg/Makefile.am +++ b/tclpkg/Makefile.am @@ -7,7 +7,9 @@ pkgindex_DATA = pkgIndex.tcl SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline gv pkgIndex.tcl: @TCL_PKGINDEX@ @TK_PKGINDEX@ - (cat @TCL_PKGINDEX@ @TK_PKGINDEX@ ; echo "# end") >$@ + echo "# end" >end + cat @TCL_PKGINDEX@ @TK_PKGINDEX@ end >$@ + rm -f end EXTRA_DIST = Makefile.old mkpkgindex.sh