build-sys: remove unnecessary check-local target from login-utils/

We have all tests in the tests/ directory.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2008-04-16 22:04:46 +02:00
parent 89fb9aeb55
commit dee2383e8f
1 changed files with 0 additions and 3 deletions

View File

@ -136,6 +136,3 @@ checktty_test_CPPFLAGS = -DMAIN_TEST_CHECKTTY $(AM_CPPFLAGS)
islocal_test_SOURCES = islocal.c
islocal_test_CPPFLAGS = -DMAIN_TEST_ISLOCAL $(AM_CPPFLAGS)
check-local: islocal_test$(EXEEXT) checktty_test$(EXEEXT)
./islocal_test$(EXEEXT)
./checktty_test$(EXEEXT)