We should use "-print" or otherwise all "-prone" is ignored.
Signed-off-by: Peter Xu <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 401c623a65..d39d3670de 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ gtags: "GTAGS", "Remove old $@ files") $(call quiet-command, \ (cd $(SRC_PATH) && \ - $(find-src-path) | gtags -f -), \ + $(find-src-path) -print | gtags -f -), \ "GTAGS", "Re-index $(SRC_PATH)") .PHONY: TAGS -- 2.31.1
