]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (check-local): Really remove.
authorAndreas Schwab <schwab@suse.de>
Sun, 15 May 2005 12:01:07 +0000 (12:01 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 15 May 2005 12:01:07 +0000 (12:01 +0000)
* testsuite/Makefile.am (check-local): Really remove.
* testsuite/Makefile.in: Regenerated.

From-SVN: r99718

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in

index e97fca10f20d88ba24e5e4b602b7615d922801ea..42d3cc2cfc7bb2abe8b6f65cd125e1379219a783 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-15  Andreas Schwab  <schwab@suse.de>
+
+       * testsuite/Makefile.am (check-local): Really remove.
+       * testsuite/Makefile.in: Regenerated.
+
 2005-05-12  Mark Mitchell  <mark@codesourcery.com>
 
        2005-04-04  Mark Mitchell  <mark@codesourcery.com>
index d4278ab25233611db2fb2343c5836a5e129c436b..955a01c9bf6a0874401842bff43bb31947b52021 100644 (file)
@@ -66,9 +66,6 @@ lists_of_files = \
    testsuite_files_performance
 
 
-# This is automatically run after the generated check-DEJAGNU rule.
-check-local: check-abi
-
 # We need more things in site.exp, but automake completely controls the
 # creation of that file; there's no way to append to it without messing up
 # the dependancy chains.  So we overrule automake.  This rule is exactly
index 8b6cd51cc3d8927af49dac3cf05a2e96c4f47651..b29a10f10b4a7896f1ecd69da5081e0830cfd129 100644 (file)
@@ -463,7 +463,7 @@ distdir: $(DISTFILES)
          fi; \
        done
 check-am: all-am
-       $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check-local
+       $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
 check: check-am
 all-am: Makefile $(LIBRARIES) all-local
 installdirs:
@@ -542,17 +542,16 @@ ps-am:
 uninstall-am: uninstall-info-am
 
 .PHONY: CTAGS GTAGS all all-am all-local check check-DEJAGNU check-am \
-       check-local clean clean-generic clean-libtool \
-       clean-noinstLIBRARIES ctags distclean distclean-DEJAGNU \
-       distclean-compile distclean-generic distclean-libtool \
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am install-exec \
-       install-exec-am install-info install-info-am install-man \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-       pdf pdf-am ps ps-am tags uninstall uninstall-am \
-       uninstall-info-am
+       clean clean-generic clean-libtool clean-noinstLIBRARIES ctags \
+       distclean distclean-DEJAGNU distclean-compile \
+       distclean-generic distclean-libtool distclean-tags distdir dvi \
+       dvi-am html html-am info info-am install install-am \
+       install-data install-data-am install-exec install-exec-am \
+       install-info install-info-am install-man install-strip \
+       installcheck installcheck-am installdirs maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       tags uninstall uninstall-am uninstall-info-am
 
 
 all-local: stamp_wchar testsuite_files
@@ -562,9 +561,6 @@ all-local: stamp_wchar testsuite_files
 @GLIBCXX_TEST_WCHAR_T_TRUE@    touch testsuite_wchar_t
 @GLIBCXX_TEST_WCHAR_T_FALSE@stamp_wchar:
 
-# This is automatically run after the generated check-DEJAGNU rule.
-check-local: check-abi
-
 # We need more things in site.exp, but automake completely controls the
 # creation of that file; there's no way to append to it without messing up
 # the dependancy chains.  So we overrule automake.  This rule is exactly