aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-19 18:40:12 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-19 18:40:12 +0000
commita892c31bde881e708e4d4e7b2b50d4f4f8169e2f (patch)
treec2f12f714cf1c7d627b2b443ab9a06a9f9908262
parent1565611803338f01f5d116001ce3595dd684d397 (diff)
downloadfsf-binutils-gdb-a892c31bde881e708e4d4e7b2b50d4f4f8169e2f.zip
fsf-binutils-gdb-a892c31bde881e708e4d4e7b2b50d4f4f8169e2f.tar.gz
fsf-binutils-gdb-a892c31bde881e708e4d4e7b2b50d4f4f8169e2f.tar.bz2
2005-01-19 Andrew Cagney <cagney@gnu.org>
* gdb.stabs/Makefile.in (Makefile): Update dependencies - configure.ac not configure.in.
-rw-r--r--gdb/testsuite/ChangeLog3
-rw-r--r--gdb/testsuite/gdb.stabs/Makefile.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5a53356..4f0ca7c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2005-01-19 Andrew Cagney <cagney@gnu.org>
+ * gdb.stabs/Makefile.in (Makefile): Update dependencies -
+ configure.ac not configure.in.
+
* gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
of powerpc*-*-*.
* gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
diff --git a/gdb/testsuite/gdb.stabs/Makefile.in b/gdb/testsuite/gdb.stabs/Makefile.in
index 5bf35ea..45d6a2f 100644
--- a/gdb/testsuite/gdb.stabs/Makefile.in
+++ b/gdb/testsuite/gdb.stabs/Makefile.in
@@ -12,5 +12,5 @@ clean mostlyclean:
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
+Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.ac
$(SHELL) ./config.status --recheck