aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-06-02 23:03:35 +0000
committerPer Bothner <per@bothner.com>1994-06-02 23:03:35 +0000
commitf2d5a56e990d77d165e9a07129473f60e01c3904 (patch)
treea3ce0051cc8e4e8ef112c8129419a0c9b06f7617 /gdb
parentfaa157708bf8653146c1f850b3208ba2e1c1a961 (diff)
downloadgdb-f2d5a56e990d77d165e9a07129473f60e01c3904.zip
gdb-f2d5a56e990d77d165e9a07129473f60e01c3904.tar.gz
gdb-f2d5a56e990d77d165e9a07129473f60e01c3904.tar.bz2
* Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/Makefile.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cc29c8d..0526966 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
+
+ * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
+ * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
+
Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
* Makefile.in: Fix bit-rot in definitions of CHILL,
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index ec7423e..82f7db0 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -52,7 +52,6 @@ INSTALL_DATA = $(INSTALL)
CFLAGS = -g
# start-sanitize-chill
CHILLFLAGS = $(CFLAGS)
-CHILL_LIB = -lchill
# end-sanitize-chill
# This should probably be consistent with the top-level Makefile.in,
# gdb/Makefile.in, and gdb/testsuite/gdb.t2*/Makefile.in, so that "make check"
@@ -124,8 +123,6 @@ CHILL_LIB = ` \
else \
echo -lchill; \
fi`
-
-CHILL_LIB = -lchill
# end-sanitize-chill
GDB = ` \