mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
remove double var
Original commit message from CVS: remove double var
This commit is contained in:
parent
d921d99df5
commit
3b51eb3612
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ debug:
|
||||||
if GST_GCOV_ENABLED
|
if GST_GCOV_ENABLED
|
||||||
# we rebuild a registry and do gst-inspect so that all the get/set codepaths
|
# we rebuild a registry and do gst-inspect so that all the get/set codepaths
|
||||||
# are also covered
|
# are also covered
|
||||||
GST_INSPECT = $(top_builddir)/tools/gst-inspect-$(GST_MAJORMINOR)
|
|
||||||
coverage:
|
coverage:
|
||||||
for file in `find $(top_builddir) -name '*.gcda'`; do rm $$file; done
|
for file in `find $(top_builddir) -name '*.gcda'`; do rm $$file; done
|
||||||
-rm $(CHECK_REGISTRY)
|
-rm $(CHECK_REGISTRY)
|
||||||
|
|
Loading…
Reference in a new issue