From b753922c0bfbe3828b1495122875de8dad473475 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 30 Jun 2005 00:54:06 +0000 Subject: * Makefile.am (check-DEJAGNU): Don't search for expect. * Makefile.in: Regenerate. --- ld/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ld/Makefile.am') diff --git a/ld/Makefile.am b/ld/Makefile.am index c2e0e81..cb63fd9 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1552,10 +1552,6 @@ check-DEJAGNU: site.exp r=`pwd`; export r; \ LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ EXPECT=$(EXPECT); export EXPECT; \ - if [ -f $(top_builddir)/../expect/expect ]; then \ - TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ - export TCL_LIBRARY; \ - fi; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ -- cgit v1.1