summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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