From dee2383e8f1a5f709bb0839e3c5af1c82baaa837 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 16 Apr 2008 22:04:46 +0200 Subject: [PATCH] build-sys: remove unnecessary check-local target from login-utils/ We have all tests in the tests/ directory. Signed-off-by: Karel Zak --- login-utils/Makefile.am | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.5