macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.5k stars 681 forks source link

Fix MacVim Makefile dependencies #1264

Closed ychin closed 2 years ago

ychin commented 2 years ago

Add the MacVim Vim files (gui_macvim.m, MMBackEnd.m, MacVim.m) to the list of GUI src files and then re-run make depend to regenerate all dependencies. This does mean there will be an extra step in the future for merging from upstream as we probably need to run make depend relatively frequently, basically every time Vim changes dependencies upstream.