summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2006-09-29 04:30:11 +0000
committerKeith Seitz <keiths@redhat.com>2006-09-29 04:30:11 +0000
commit8a64a40b9e7599a205ca0dd06ef48abdff81ad33 (patch)
treeb1ddb3cbb8bb566519ef8fe4838a90e0d5a53e25
parentb9b4929c51badc8ba88ee5d37f6cc26939b74931 (diff)
downloadgdb-8a64a40b9e7599a205ca0dd06ef48abdff81ad33.tar.gz
* Makefile.in Chagne all instances of configure.in to refer to
configure.ac.
-rw-r--r--gdb/testsuite/gdb.gdbtk/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.gdbtk/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog b/gdb/testsuite/gdb.gdbtk/ChangeLog
index 38a76ef64e1..7ede8405b49 100644
--- a/gdb/testsuite/gdb.gdbtk/ChangeLog
+++ b/gdb/testsuite/gdb.gdbtk/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-28 Keith Seitz <keiths@redhat.com>
+
+ * Makefile.in Chagne all instances of configure.in to refer to
+ configure.ac.
+
2005-01-27 Keith Seitz <keiths@redhat.com>
* configure.in: Rename to ...
diff --git a/gdb/testsuite/gdb.gdbtk/Makefile.in b/gdb/testsuite/gdb.gdbtk/Makefile.in
index 51151a57814..4df262ac964 100644
--- a/gdb/testsuite/gdb.gdbtk/Makefile.in
+++ b/gdb/testsuite/gdb.gdbtk/Makefile.in
@@ -32,5 +32,5 @@ distclean maintainer-clean realclean: clean
-rm -f *-init.exp
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
-Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
+Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.ac
$(SHELL) ./config.status --recheck