Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-22 06:58:28 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-22 06:58:28 +0300
commit13afd798c32c94b45f06603bb420bcb1823c5c96 (patch)
treec62ab772602bd0a7e214051d98bebc276e1afb40 /winsup/testsuite
parent5cd5638f57426f184f18358c261f8b80d49e8e5c (diff)
* Makefile.in: Find tcl library in the right place.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/ChangeLog4
-rw-r--r--winsup/testsuite/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 4e335244c..d16f1f4a7 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-21 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in: Find tcl library in the right place.
+
2003-01-21 Thomas Pfaff <tpfaff@gmx.net>
* winsup.api/pthread/cancel9.c: Make child pid static global.
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)