This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

3.4.4 - libstdc++-v3/testsuite/Makefile.in generated with wrong automake


The makefiles are generated with different automake versions:

  1.9.2  libstdc++-v3/testsuite/Makefile.in
  1.7.8  libstdc++-v3/Makefile.in

testsuite/Makefile.in calls am--recheck in Makefile.in, which doesn't
exist.

2005-04-04  Mark Mitchell  <mark@codesourcery.com>
	[...]
	* testsuite/Makefile.in: Regenerated.

===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/Makefile.in,v
retrieving revision 1.69.4.3
retrieving revision 1.69.4.4
diff -u -r1.69.4.3 -r1.69.4.4
--- gcc/libstdc++-v3/testsuite/Makefile.in	2004/05/15 20:44:13 1.69.4.3
+++ gcc/libstdc++-v3/testsuite/Makefile.in	2005/05/13 00:38:22 1.69.4.4
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.7.8 from Makefile.am.
+# Makefile.in generated by automake 1.9.2 from Makefile.am.
 # @configure_input@
 


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