]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): update Makefile and make it portable between GNU and BSD
authorRestorerZ <restorer@mail2k.ru>
Fri, 16 Aug 2024 19:13:50 +0000 (21:13 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 16 Aug 2024 19:13:50 +0000 (21:13 +0200)
commit9b7d55ee26d1a811db8351f723d63402ce94b97c
tree4f7ef21d28151f0aacea9aa0cd5c4e29b7cb5d4f
parentbc11f6d9d4f580179d3963f3c489881904d6cd62
runtime(doc): update Makefile and make it portable between GNU and BSD

by removing the non-portable GNU variable and using $? instead
Note: this only works for rules with single dependencies.

closes: #15493

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/Makefile