mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove incorrect trailing backslash
If this backslash is here and USE_VALGRIND is defined, valgrind complains that "else" is not a command.
This commit is contained in:
parent
5d65e7f279
commit
3b77a62a77
@ -50,7 +50,7 @@ ifdef USE_VALGRIND
|
|||||||
--error-exitcode=123 \
|
--error-exitcode=123 \
|
||||||
--log-file=valgrind.\%p.$* \
|
--log-file=valgrind.\%p.$* \
|
||||||
$(VGDB) \
|
$(VGDB) \
|
||||||
--trace-children=yes \
|
--trace-children=yes
|
||||||
else
|
else
|
||||||
ifdef USE_GDB
|
ifdef USE_GDB
|
||||||
TOOL = gdb --args
|
TOOL = gdb --args
|
||||||
|
Loading…
Reference in New Issue
Block a user