summaryrefslogtreecommitdiffstats
path: root/src/Make_vms.mms
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/Make_vms.mms
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/Make_vms.mms')
-rw-r--r--src/Make_vms.mms2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_vms.mms b/src/Make_vms.mms
index 54aa4c3a72..5ee4aabaeb 100644
--- a/src/Make_vms.mms
+++ b/src/Make_vms.mms
@@ -908,7 +908,7 @@ highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \
if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
- errors.h globals.h if_cscope.h
+ errors.h globals.h
if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
ascii.h keymap.h termdefs.h macros.h structs.h regexp.h \
gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \