diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 8bdc353..703027d 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2958,10 +2958,6 @@ check-DEJAGNU: site.exp rootme=`pwd`; export rootme; \ srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \ 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); \ cd testsuite; \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ |