summaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-06-30 00:54:06 +0000
committerBen Elliston <bje@au.ibm.com>2005-06-30 00:54:06 +0000
commitb753922c0bfbe3828b1495122875de8dad473475 (patch)
tree9f41b78ad6acb4254fc7dcf41c40fb00e0ad226b /gas/Makefile.am
parentf8c1e893298f1c0c9087ac64b83a29b5e220ff26 (diff)
* Makefile.am (check-DEJAGNU): Don't search for expect.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 19a9865cb1..3ef3659406 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -542,10 +542,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 \