java: check_JAVA does not cause compilation by "make all" anymore
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 6 Apr 2011 16:49:44 +0000 (18:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Apr 2011 21:23:03 +0000 (23:23 +0200)
commit38f41a03549259cc1a70d5da10b082b1ba86d04b
treec841a4d69083fe40dde8861dfb8e6e9b898c6899
parent7953494a128593bf74d2849f488f593c4d4fea9c
java: check_JAVA does not cause compilation by "make all" anymore

Fixes automake bug#8234.

* automake.in (handle_java): Make stamp of class files built from
java sources in $(check_JAVA) a dependency of `check' target, not
`all' target.
* tests/java-check.test: New test.
* tests/Makefile.am (TESTS): Update.
* NEWS: Update.
* THANKS: Update.

Report from Petteri Räty.
ChangeLog
NEWS
THANKS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/java-check.test [new file with mode: 0755]