summaryrefslogtreecommitdiffstats
path: root/shellicon
diff options
context:
space:
mode:
authortreectrl <treectrl>2008-07-21 18:45:49 (GMT)
committertreectrl <treectrl>2008-07-21 18:45:49 (GMT)
commitf160c8079bfbc9a8aa616f18bf02d9e7b58a9a9e (patch)
tree61bc85af7e2d004f21e86e3c917751088bde2eab /shellicon
parent9b490debedf62ddbcd92404966323163085f6f24 (diff)
downloadtktreectrl-f160c8079bfbc9a8aa616f18bf02d9e7b58a9a9e.zip
tktreectrl-f160c8079bfbc9a8aa616f18bf02d9e7b58a9a9e.tar.gz
tktreectrl-f160c8079bfbc9a8aa616f18bf02d9e7b58a9a9e.tar.bz2
Do package require Tcl instead of Tk.
Diffstat (limited to 'shellicon')
-rw-r--r--shellicon/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/shellicon/Makefile.in b/shellicon/Makefile.in
index 29abc09..46fa2b6 100644
--- a/shellicon/Makefile.in
+++ b/shellicon/Makefile.in
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.4 2008/02/24 20:40:28 treectrl Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.5 2008/07/21 18:45:49 treectrl Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -281,7 +281,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win
pkgIndex.tcl:
(\
- echo 'if {[catch {package require Tk @TK_VERSION@}]} return';\
+ echo 'if {[catch {package require Tcl @TK_VERSION@}]} return';\
echo 'set script "load \"[file join $$dir $(PKG_LIB_FILE)]\" $(PACKAGE_NAME)"';\
echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_PATCHLEVEL) $$script'\
) > pkgIndex.tcl