diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index fccd2e4..8e8e599 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2345,10 +2345,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 \ |