From 66917e3fde9c0a41f3a5029a56dcc48976237170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Oct 2006 16:45:58 +0000 Subject: [PATCH] remove valgrind target, it doesn't belong here. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18836 ec53bebd-3082-4978-b11e-865c3cabbd6b --- Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3f3b4b4d9..665503a13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,3 @@ EXTRA_DIST = \ cf/check-symbols.sh \ cf/install-catman.sh -# -# Useful target for debugging -# - -check-valgrind: - env TESTS_ENVIRONMENT="$(objdir)/libtool --mode execute valgrind --leak-check=full --quiet --suppressions=$(srcdir)/tools/valgrind-suppressions" make check