This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/testsuite] Fix stray configure.in


FYI,

Andrew
2005-01-19  Andrew Cagney  <cagney@gnu.org>

	* gdb.stabs/Makefile.in (Makefile): Update dependencies -
	configure.ac not configure.in.

Index: gdb.stabs/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.stabs/Makefile.in,v
retrieving revision 1.1.1.1
diff -p -u -r1.1.1.1 Makefile.in
--- gdb.stabs/Makefile.in	16 Apr 1999 01:34:36 -0000	1.1.1.1
+++ gdb.stabs/Makefile.in	19 Jan 2005 18:39:11 -0000
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]