From 856cb2b35531549c240eb558e93f0a27dd7b1bb4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Sep 2005 16:44:37 +0000 Subject: [PATCH] add check-valgrind target Original commit message from CVS: add check-valgrind target --- Makefile.am | 3 +++ common | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3e85c54..f328f3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,6 @@ EXTRA_DIST = \ DISTCLEANFILES = _stdint.h include $(top_srcdir)/common/release.mak + +check-valgrind: + @true diff --git a/common b/common index 00cc4f5..13022c3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 00cc4f5af95a15be55b8c1b3eed09f4738412f91 +Subproject commit 13022c3cb4558d201e2ddf3e65d2e36b16eedc4a -- 2.7.4