diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5a53356910..4f0ca7c635 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2005-01-19 Andrew Cagney + * 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 5bf35ea76a..45d6a2fab9 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