diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-20 09:59:59 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-20 09:59:59 +0000 |
commit | 71a3866bc9d7f6b0c53927efa1788eff058971bb (patch) | |
tree | 5ad3b96acdfdf8461495263eaadef8128ab17c0f /gcc/objc/Make-lang.in | |
parent | a4740ca06328f740db3fcf8864b60c5af6a983c3 (diff) | |
download | gcc-71a3866bc9d7f6b0c53927efa1788eff058971bb.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/Make-lang.in')
-rw-r--r-- | gcc/objc/Make-lang.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index f3eacadac3e..672d719b8b5 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). |