aboutsummaryrefslogtreecommitdiff
path: root/ld
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 /ld
parentf8c1e893298f1c0c9087ac64b83a29b5e220ff26 (diff)
downloadgdb-b753922c0bfbe3828b1495122875de8dad473475.zip
gdb-b753922c0bfbe3828b1495122875de8dad473475.tar.gz
gdb-b753922c0bfbe3828b1495122875de8dad473475.tar.bz2
* Makefile.am (check-DEJAGNU): Don't search for expect.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am4
-rw-r--r--ld/Makefile.in4
3 files changed, 5 insertions, 8 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c8e9dd3..11df505 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2005-06-30 Ben Elliston <bje@gnu.org>
+ * Makefile.am (check-DEJAGNU): Don't search for expect.
+ * Makefile.in: Regenerate.
+
+2005-06-30 Ben Elliston <bje@gnu.org>
+
* Makefile.am (EXPECT): Set to expect.
(RUNTEST): Likewise, set to runtest.
* Makefile.in: Regenerate.
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 \
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 \