patch 9.2.0503: Makefile: Missing dependencies for new GTK4 source files

Commit: 
https://github.com/vim/vim/commit/71bcc867c95514322abbce560fcb0dec4908951d
Author: Christian Brabandt <[email protected]>
Date:   Wed May 20 17:34:22 2026 +0000

    patch 9.2.0503: Makefile: Missing dependencies for new GTK4 source files
    
    Problem:  Makefile: Missing dependencies for new GTK4 source files
              (Reilly Brogan, after v9.2.0501)
    Solution: Re-run make depend, clean the result up and include the
              missing dependencies for the GTK4 source files
    
    fixes: #20267
    
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/src/Makefile b/src/Makefile
index e08b6cccf..4e00a2eb8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4447,6 +4447,16 @@ objects/gui_gtk.o: auto/osdef.h gui_gtk.c vim.h 
protodef.h auto/config.h feature
  structs.h regexp.h gui.h libvterm/include/vterm.h \
  libvterm/include/vterm_keycodes.h alloc.h ex_cmds.h spell.h proto.h \
  globals.h errors.h gui_gtk_f.h
+objects/gui_gtk4.o: auto/osdef.h gui_gtk4.c vim.h protodef.h auto/config.h 
feature.h os_unix.h \
+ ascii.h keymap.h termdefs.h macros.h option.h beval.h \
+ structs.h regexp.h gui.h libvterm/include/vterm.h \
+ libvterm/include/vterm_keycodes.h alloc.h ex_cmds.h spell.h proto.h \
+ globals.h errors.h gui_gtk4_f.h auto/gui_gtk_gresources.h
+objects/gui_gtk4_f.o: auto/osdef.h gui_gtk4_f.c vim.h protodef.h auto/config.h 
feature.h \
+ os_unix.h ascii.h keymap.h termdefs.h macros.h option.h \
+ beval.h structs.h regexp.h gui.h \
+ libvterm/include/vterm.h libvterm/include/vterm_keycodes.h alloc.h \
+ ex_cmds.h spell.h proto.h globals.h errors.h gui_gtk4_f.h
 objects/gui_gtk_f.o: auto/osdef.h gui_gtk_f.c vim.h protodef.h auto/config.h 
feature.h \
  os_unix.h ascii.h keymap.h termdefs.h macros.h option.h \
  beval.h structs.h regexp.h gui.h \
diff --git a/src/version.c b/src/version.c
index 2e75367bf..c98973831 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    503,
 /**/
     502,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1wPkyf-00F3nk-RU%40256bit.org.

Raspunde prin e-mail lui