Fix 'overriding commands for target check-without-...' Makefile warnings
authorIvan Maidanski <ivmai@mail.ru>
Fri, 3 Mar 2017 14:53:10 +0000 (17:53 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 3 Mar 2017 14:53:10 +0000 (17:53 +0300)
commitac44329e6507b5ffe247c1c452740e73d1e2483c
treeded6cdb6111b3e13467c89a455fd74b8488bd89e
parentd3629f7a048a64d82e33aba4f906cafd4c75e97b
Fix 'overriding commands for target check-without-...' Makefile warnings
(fix commit 8f20303)

Makefile.am includes cord.am and tests.am, so check-without-test-driver
should be defined only at one place.

* cord/cord.am (check-without-test-driver): Remove.
* tests/tests.am (check-without-test-driver): Add ./cordtest$(EXEEXT)
execution.
cord/cord.am
tests/tests.am