comparison src/Makefile @ 18884:9a723f1e2d4e v8.2.0003

patch 8.2.0003: Build file dependencies are incomplete Commit: https://github.com/vim/vim/commit/f5f4b6cb5f6174458848d2fbc0388379222c8a0f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 14 13:17:11 2019 +0100 patch 8.2.0003: Build file dependencies are incomplete Problem: Build file dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata, closes https://github.com/vim/vim/issues/5356)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Dec 2019 13:30:04 +0100
parents af69c9335223
children aad0d64cc133
comparison
equal deleted inserted replaced
18883:ddac9ae52386 18884:9a723f1e2d4e
3588 $(APPDIR)/Contents: 3588 $(APPDIR)/Contents:
3589 $(MKDIR_P) $(APPDIR)/Contents/MacOS 3589 $(MKDIR_P) $(APPDIR)/Contents/MacOS
3590 $(MKDIR_P) $(RESDIR)/English.lproj 3590 $(MKDIR_P) $(RESDIR)/English.lproj
3591 3591
3592 3592
3593 # Dependencies that "make depend" doesn't find
3594 objects/gui_gtk_x11.o: version.h
3595
3593 ############################################################################### 3596 ###############################################################################
3594 ### (automatically generated by 'make depend') 3597 ### (automatically generated by 'make depend')
3595 ### Dependencies: 3598 ### Dependencies:
3596 objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3599 objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3597 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3600 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \