From 1ecc8c6ff66d3c086458b02892cedc5adaf0c4ec Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 25 May 2006 13:44:26 +0000 Subject: [PATCH] revert previous change which broke builds when no tcl present --- tclpkg/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.40.0