X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib.mk;h=09aae0e87d51ed8f3eb34d439021b0cb13e4e728;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=00f2e4256aeb3aa66f8e3b9267f0915c24e37e2a;hpb=8669f2c915083625f7503b96d1779f7f3773f890;p=platform%2Fupstream%2Fglib.git diff --git a/glib.mk b/glib.mk index 00f2e42..09aae0e 100644 --- a/glib.mk +++ b/glib.mk @@ -59,7 +59,9 @@ genlcov: @echo "file://$(abs_top_builddir)/glib-lcov/index.html" lcov-clean: - $(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z + if test -n "$(LTP)"; then \ + $(LTP) --quiet --directory $(top_builddir) -z; \ + fi # run tests in cwd as part of make check check-local: test-nonrecursive