From: kseitz Date: Tue, 19 Sep 2006 19:14:32 +0000 (+0000) Subject: * Makefile.in: Change all instances of configure.in to refer to X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5f51503b4f30d7bdfa1f8ecf48b8a0c147735043;p=pf3gnuchains%2Fpf3gnuchains3x.git * Makefile.in: Change all instances of configure.in to refer to configure.ac. --- diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog b/gdb/testsuite/gdb.gdbtk/ChangeLog index 38a76ef64e..6001ce744b 100644 --- a/gdb/testsuite/gdb.gdbtk/ChangeLog +++ b/gdb/testsuite/gdb.gdbtk/ChangeLog @@ -1,3 +1,8 @@ +2006-09-19 Keith Seitz + + * Makefile.in: Change all instances of configure.in to refer to + configure.ac. + 2005-01-27 Keith Seitz * configure.in: Rename to ... diff --git a/gdb/testsuite/gdb.gdbtk/Makefile.in b/gdb/testsuite/gdb.gdbtk/Makefile.in index 51151a5781..4df262ac96 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