build: update ctags --tag-relative option used in make ctags

Type: fix

Exhuberant ctags --tag-relative expects =[yes|no]

Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Change-Id: Ic60b7014508d5c8c286f85f26e9eb0bdc0e90aa5
This commit is contained in:
Jerome Tollet
2020-12-05 11:01:14 +01:00
committed by Damjan Marion
parent f0ca1e8d92
commit df5fbf6b90
+1 -1
View File
@@ -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