diff src/Makefile @ 20235:ee5c653b946f v8.2.0673

patch 8.2.0673: cannot build Haiku in shadow directory Commit: https://github.com/vim/vim/commit/4cfde1d273ec5fca68a983805af48ea37d3d94e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:14:07 2020 +0200 patch 8.2.0673: cannot build Haiku in shadow directory Problem: Cannot build Haiku in shadow directory. Solution: Add symlink. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6023)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:15:05 +0200
parents 57a69af99e48
children 918245588b50
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2918,7 +2918,7 @@ clean celan: testclean
 #  % make
 SHADOWDIR = shadow
 
-LINKEDFILES = ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh ../Make_all.mak
+LINKEDFILES = ../*.[chm] ../*.cc ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh ../Make_all.mak
 
 shadow:	runtime pixmaps
 	$(MKDIR_P) $(SHADOWDIR)