summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-01-13 18:09:11 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-13 18:09:11 +0000
commit4050305bfd24e7d0e241f617519bd0fa86263b9a (patch)
tree62b298b0f11192c683984947c0d5ffcb70104430 /src/Makefile
parenta00e622a294b10671ee78216dcd21169a2b884cf (diff)
patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081
Problem: CodeQL reports problem in if_cscope causing it to fail. Solution: Use execvp() instead of execl(). Merge the header file into the source file. (Ozaki Kiichi, closes #9519)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c65781ec59..cdb491be25 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3922,7 +3922,7 @@ objects/highlight.o: highlight.c vim.h protodef.h auto/config.h feature.h \
objects/if_cscope.o: if_cscope.c vim.h protodef.h auto/config.h feature.h \
os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
- proto.h globals.h errors.h if_cscope.h
+ proto.h globals.h errors.h
objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h protodef.h auto/config.h feature.h \
os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \