From 3b51eb3612aff0c884e14882f53d40512d57ca14 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 2 Jul 2006 22:28:38 +0000 Subject: [PATCH] remove double var Original commit message from CVS: remove double var --- tests/check/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index a14432a..3eb41c5 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -177,7 +177,6 @@ debug: if GST_GCOV_ENABLED # we rebuild a registry and do gst-inspect so that all the get/set codepaths # are also covered -GST_INSPECT = $(top_builddir)/tools/gst-inspect-$(GST_MAJORMINOR) coverage: for file in `find $(top_builddir) -name '*.gcda'`; do rm $$file; done -rm $(CHECK_REGISTRY) -- 2.7.4