From: Karel Zak Date: Wed, 16 Apr 2008 20:04:46 +0000 (+0200) Subject: build-sys: remove unnecessary check-local target from login-utils/ X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee2383e8f1a5f709bb0839e3c5af1c82baaa837;p=util-linux build-sys: remove unnecessary check-local target from login-utils/ We have all tests in the tests/ directory. Signed-off-by: Karel Zak --- diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am index a660dacb..5ed581b8 100644 --- a/login-utils/Makefile.am +++ b/login-utils/Makefile.am @@ -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)