diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-22 03:58:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-22 03:58:28 +0000 |
commit | 13afd798c32c94b45f06603bb420bcb1823c5c96 (patch) | |
tree | c62ab772602bd0a7e214051d98bebc276e1afb40 /winsup/testsuite/Makefile.in | |
parent | 5cd5638f57426f184f18358c261f8b80d49e8e5c (diff) | |
download | cygnal-13afd798c32c94b45f06603bb420bcb1823c5c96.tar.gz cygnal-13afd798c32c94b45f06603bb420bcb1823c5c96.tar.bz2 cygnal-13afd798c32c94b45f06603bb420bcb1823c5c96.zip |
* Makefile.in: Find tcl library in the right place.
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r-- | winsup/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 1658c362d..b74f4c036 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -176,7 +176,7 @@ check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp cd testsuite; \ EXPECT=${EXPECT} ; export EXPECT ; \ if [ -f $(bupdir2)/expect/expect ] ; then \ - TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; pwd` ; \ + TCL_LIBRARY=`cd .. ; cd ${srcdir}/../../tcl/library ; pwd` ; \ export TCL_LIBRARY ; fi ; \ PATH=$(bupdir)/cygwin:$${PATH} ;\ $(RUNTEST) --tool winsup $(RUNTESTFLAGS) |