add empty check-valgrind target

Original commit message from CVS:
add empty check-valgrind target
This commit is contained in:
Thomas Vander Stichele 2005-09-18 13:24:17 +00:00
parent 419ce01981
commit 72d5f04779

View file

@ -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