From df5fbf6b904585bfb31505f29fb4e99665b80098 Mon Sep 17 00:00:00 2001 From: Jerome Tollet Date: Sat, 5 Dec 2020 11:01:14 +0100 Subject: build: update ctags --tag-relative option used in make ctags Type: fix Exhuberant ctags --tag-relative expects =[yes|no] Signed-off-by: Jerome Tollet Change-Id: Ic60b7014508d5c8c286f85f26e9eb0bdc0e90aa5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99c14081273..ee83d7af358 100644 --- a/Makefile +++ b/Makefile @@ -594,7 +594,7 @@ json-api-files-debug: .PHONY: ctags ctags: ctags.files - @ctags --totals --tag-relative -L $< + @ctags --totals --tag-relative=yes -L $< @rm $< .PHONY: gtags -- cgit 1.2.3-korg