Skip to content

Commit

Permalink
build-sys: add clean-tlib and clean-gcov to the dependecy list of cle…
Browse files Browse the repository at this point in the history
…an-local

See universal-ctags#3535 (comment).

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Nov 18, 2022
1 parent 50f60b8 commit f3d7b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefiles/testing.mak
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ MAN_TEST_TMPDIR = ManTest
check: tmain units tlib man-test check-genfile tutil

# We may use CLEANFILES, DISTCLEANFILES, or etc.
# clean-tlib and clean-gcov are not included
clean-local: clean-units clean-tmain clean-man-test
clean-local: clean-units clean-tmain clean-man-test clean-tlib clean-gcov

CTAGS_TEST = ./ctags$(EXEEXT)
READTAGS_TEST = ./readtags$(EXEEXT)
Expand Down

0 comments on commit f3d7b46

Please sign in to comment.