* 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>
|
2003-01-21 Thomas Pfaff <tpfaff@gmx.net>
|
||||||
|
|
||||||
* winsup.api/pthread/cancel9.c: Make child pid static global.
|
* winsup.api/pthread/cancel9.c: Make child pid static global.
|
||||||
|
@ -176,7 +176,7 @@ check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp
|
|||||||
cd testsuite; \
|
cd testsuite; \
|
||||||
EXPECT=${EXPECT} ; export EXPECT ; \
|
EXPECT=${EXPECT} ; export EXPECT ; \
|
||||||
if [ -f $(bupdir2)/expect/expect ] ; then \
|
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 ; \
|
export TCL_LIBRARY ; fi ; \
|
||||||
PATH=$(bupdir)/cygwin:$${PATH} ;\
|
PATH=$(bupdir)/cygwin:$${PATH} ;\
|
||||||
$(RUNTEST) --tool winsup $(RUNTESTFLAGS)
|
$(RUNTEST) --tool winsup $(RUNTESTFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user