From 72d5f04779fbd704d5391687a7be58c8c07177cd Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Sep 2005 13:24:17 +0000 Subject: [PATCH] add empty check-valgrind target Original commit message from CVS: add empty check-valgrind target --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4d6e5bfa8a..a8de5799bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,3 +40,6 @@ uninstall-local: @rm $(DESTDIR)/$(pythondir)/pygst.py > /dev/null 2>&1 || true @rm $(DESTDIR)/$(pythondir)/pygst.pth > /dev/null 2>&1 || true @rm $(DESTDIR)/$(pyexecdir)/pygst.pth > /dev/null 2>&1 || true + +check-valgrind: + @true