diff options
author | Jerome Tollet <jtollet@cisco.com> | 2020-12-05 11:01:14 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-12-14 15:57:27 +0000 |
commit | df5fbf6b904585bfb31505f29fb4e99665b80098 (patch) | |
tree | 4c2dc33459037f462f5158084e184c9db18922a8 | |
parent | f0ca1e8d92114582ec9142bd15a40f1eb0102793 (diff) |
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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |