From 8f4e9c2357a953a7aa01570de4a00f4cac34d0b0 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Tue, 16 Dec 2014 17:08:49 +0100 Subject: [PATCH] Fix `make TAGS.emacs`. --- mk/ctags.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/ctags.mk b/mk/ctags.mk index 39b1c4d4d59..c7a3406a9e7 100644 --- a/mk/ctags.mk +++ b/mk/ctags.mk @@ -27,7 +27,7 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \ $(patsubst ${CFG_SRC_DIR}src/rt/msvc,, \ $(patsubst ${CFG_SRC_DIR}src/rt/vg,, \ $(wildcard ${CFG_SRC_DIR}src/*) $(wildcard ${CFG_SRC_DIR}src/rt/*) \ - ))))))))) + )))))))) CTAGS_OPTS=--options="${CFG_SRC_DIR}src/etc/ctags.rust" --languages=-javascript --recurse ${CTAGS_LOCATIONS} # We could use `--languages=Rust`, but there is value in producing tags for the # C++ parts of the code base too (at the time of writing, those are .h and .cpp