aboutsummaryrefslogtreecommitdiff
path: root/lib/libtcl
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-07-27 20:21:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-07-27 20:21:05 +0000
commita3095f3a64513bad3b589b8f672eb3ecf28f48a8 (patch)
treeaa4ac50c10a25196ffba57edb349bb08c0993206 /lib/libtcl
parent8e6c45c8b4c5f77897740bd050c46df9937854d3 (diff)
downloadsrc-a3095f3a64513bad3b589b8f672eb3ecf28f48a8.tar.gz
src-a3095f3a64513bad3b589b8f672eb3ecf28f48a8.zip
Remove a reference to /c/phk, this should be handled by the magic script
in src/tools.
Notes
Notes: svn path=/head/; revision=27720
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/tclConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
index ca87ee89e0b5..8a0689b38011 100644
--- a/lib/libtcl/tclConfig.sh
+++ b/lib/libtcl/tclConfig.sh
@@ -105,7 +105,7 @@ TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.a'
# different place than the directory containing the source files, this
# points to the location of the sources, not the location where Tcl was
# compiled.
-TCL_SRC_DIR='/c/phk/cvs/src/contrib/tcl'
+TCL_SRC_DIR='/usr/src/contrib/tcl'
# List of standard directories in which to look for packages during
# "package require" commands. Contains the "prefix" directory plus also