mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
build: fix 'make distclean'
Don't run a non-existent lcov command to clean up during 'make distclean'
This commit is contained in:
parent
4130118a72
commit
028856a99f
4
glib.mk
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user