Commit 29ae3843 by Mark Mitchell Committed by Mark Mitchell

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
parent 59d4982b
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> 2005-03-23 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies * acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies
......
...@@ -58,7 +58,7 @@ endif ...@@ -58,7 +58,7 @@ endif
abi_check_SOURCES = abi_check.cc abi_check_SOURCES = abi_check.cc
abi_check_DEPENDENCIES = libv3test.a 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. # Enable wchar_t tests if capable.
if GLIBCXX_TEST_WCHAR_T if GLIBCXX_TEST_WCHAR_T
......
...@@ -583,7 +583,7 @@ uninstall-am: uninstall-info-am ...@@ -583,7 +583,7 @@ uninstall-am: uninstall-info-am
tags uninstall 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. # Enable wchar_t tests if capable.
@GLIBCXX_TEST_WCHAR_T_TRUE@stamp_wchar: @GLIBCXX_TEST_WCHAR_T_TRUE@stamp_wchar:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment