* Makefile.in: Find tcl library in the right place.
This commit is contained in:
parent
5cd5638f57
commit
13afd798c3
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue