From: mmitchel Date: Thu, 24 Mar 2005 06:54:46 +0000 (+0000) Subject: * testsuite/Makefile.am (all-local): Do not build testsuite_files. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b48b15fd2e8bc47a324446a830b492e3c884e83f;p=thirdparty%2Fgcc.git * testsuite/Makefile.am (all-local): Do not build testsuite_files. * testsuite/Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96984 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8127d70924c0..38ee3c7ed958 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-03-23 Mark Mitchell + + * testsuite/Makefile.am (all-local): Do not build testsuite_files. + * testsuite/Makefile.in: Regenerated. + 2005-03-23 Benjamin Kosnik * acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index 1baeb826c4bb..12d4752c0bd6 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -58,7 +58,7 @@ endif abi_check_SOURCES = abi_check.cc abi_check_DEPENDENCIES = libv3test.a -all-local: stamp_wchar stamp_thread testsuite_files +all-local: stamp_wchar stamp_thread # Enable wchar_t tests if capable. if GLIBCXX_TEST_WCHAR_T diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in index 90ece6878e43..d5f3c3e46e33 100644 --- a/libstdc++-v3/testsuite/Makefile.in +++ b/libstdc++-v3/testsuite/Makefile.in @@ -583,7 +583,7 @@ uninstall-am: uninstall-info-am tags uninstall uninstall-am uninstall-info-am -all-local: stamp_wchar stamp_thread testsuite_files +all-local: stamp_wchar stamp_thread # Enable wchar_t tests if capable. @GLIBCXX_TEST_WCHAR_T_TRUE@stamp_wchar: