Fix make TAGS.vi
target
Remove superfluous parentheses from the CTAGS_LOCATIONS expression. Fixes the following error when executing `make TAGS.vi`: /bin/sh: -c: line 0: syntax error near unexpected token `)'
This commit is contained in:
parent
07b2c1be9d
commit
9115a7353c
@ -28,7 +28,7 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \
|
||||
$(patsubst ${CFG_SRC_DIR}src/rt/sundown,, \
|
||||
$(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
|
||||
|
Loading…
Reference in New Issue
Block a user