projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac508ca
)
avoid tmp file during construction of pkgIndex.tcl
author
ellson
<devnull@localhost>
Mon, 22 May 2006 17:21:05 +0000
(17:21 +0000)
committer
ellson
<devnull@localhost>
Mon, 22 May 2006 17:21:05 +0000
(17:21 +0000)
tclpkg/Makefile.am
patch
|
blob
|
history
diff --git
a/tclpkg/Makefile.am
b/tclpkg/Makefile.am
index 1ff3cba683d59076fcfe9e145d85b13d78d88e1c..a254fe43356be65da82db59aa9f41463b4f775c9 100644
(file)
--- a/
tclpkg/Makefile.am
+++ b/
tclpkg/Makefile.am
@@
-7,9
+7,7
@@
pkgindex_DATA = pkgIndex.tcl
SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline gv
pkgIndex.tcl: @TCL_PKGINDEX@ @TK_PKGINDEX@
- echo "# end" >end
- cat @TCL_PKGINDEX@ @TK_PKGINDEX@ end >$@
- rm -f end
+ (cat @TCL_PKGINDEX@ @TK_PKGINDEX@ ; echo "# end") >$@
EXTRA_DIST = Makefile.old mkpkgindex.sh