diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-03-24 06:54:46 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2005-03-24 06:54:46 +0000 |
commit | 29ae384381fd7b3e8bb465b3345a4b91c9ff4582 (patch) | |
tree | b5387c1c15f9decf75594a9230b468633f4df87b | |
parent | 59d4982b57259c96416a1b43b7fc0ad108a4c84b (diff) | |
download | gcc-29ae384381fd7b3e8bb465b3345a4b91c9ff4582.zip gcc-29ae384381fd7b3e8bb465b3345a4b91c9ff4582.tar.gz gcc-29ae384381fd7b3e8bb465b3345a4b91c9ff4582.tar.bz2 |
Makefile.am (all-local): Do not build testsuite_files.
* testsuite/Makefile.am (all-local): Do not build testsuite_files.
* testsuite/Makefile.in: Regenerated.
From-SVN: r96984
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8127d70..38ee3c7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-03-23 Mark Mitchell <mark@codesourcery.com> + + * testsuite/Makefile.am (all-local): Do not build testsuite_files. + * testsuite/Makefile.in: Regenerated. + 2005-03-23 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index 1baeb82..12d4752 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 90ece68..d5f3c3e 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: |