* Makefile.in: Find tcl library in the right place.

This commit is contained in:
Christopher Faylor 2003-01-22 03:58:28 +00:00
parent 5cd5638f57
commit 13afd798c3
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)