aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2003-11-20 09:59:59 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2003-11-20 09:59:59 +0000
commit49a417263099d0b220153619dd0a1ec81d15895f (patch)
tree5ad3b96acdfdf8461495263eaadef8128ab17c0f /gcc/objc
parent19f0526a54834612872e13e2650e9c1f8dface4f (diff)
downloadgcc-49a417263099d0b220153619dd0a1ec81d15895f.zip
gcc-49a417263099d0b220153619dd0a1ec81d15895f.tar.gz
gcc-49a417263099d0b220153619dd0a1ec81d15895f.tar.bz2
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
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/Make-lang.in2
1 files changed, 2 insertions, 0 deletions
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).