From 21edea328f05e59abb83065c82ff44e6100bd5e4 Mon Sep 17 00:00:00 2001 Message-Id: <21edea328f05e59abb83065c82ff44e6100bd5e4.1714866988.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 3 May 2008 13:47:22 +0100 Subject: [PATCH] Remove now-redundant check target. Organization: Straylight/Edgeware From: Richard Kettlewell --- lib/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 38d51d1..5320060 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -224,10 +224,6 @@ t_wstat_SOURCES=t-wstat.c test.c test.h t_wstat_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) t_wstat_DEPENDENCIES=libdisorder.a - -#check: test #test.i -# ./test - check-report: before-check check make-coverage-reports before-check: rm -f *.gcda *.gcov -- [mdw]