From 49a417263099d0b220153619dd0a1ec81d15895f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 20 Nov 2003 09:59:59 +0000 Subject: Makefile.in (lang_checks): Add. gcc: * Makefile.in (lang_checks): Add. (check-c++, check-f77, check-java, check-g++, check-g77, check-objc): Remove hardcoded targets. * doc/sourcebuild.texi: Document testsuite hooks. * objc/Make-lang.in (check-objc, lang_checks): Add. gcc/cp: * Make-lang.in (check-g++, lang_checks): Add. gcc/f: * Make-lang.in (check-f77, lang_checks): Add. gcc/java: * Make-lang.in (check-java): Add. gcc/treelang: * Make-lang.in: Remove obsolete comment. From-SVN: r73758 --- gcc/objc/Make-lang.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/objc') diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index f3eacad..672d719 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -107,6 +107,8 @@ objc.tags: force cd $(srcdir)/objc; etags -o TAGS.sub *.y *.c *.h; \ etags --include TAGS.sub --include ../TAGS.sub +lang_checks += check-objc + # # Install hooks: # cc1obj is installed elsewhere as part of $(COMPILERS). -- cgit v1.1