File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2344,9 +2344,11 @@ SHADOWDIR = shadow
23442344
23452345shadow : runtime pixmaps
23462346 mkdir $(SHADOWDIR )
2347- cd $(SHADOWDIR ) ; ln -s ../* .[ch] ../* .in ../* .sh ../* .xs ../* .xbm ../toolcheck ../proto ../po ../ vimtutor ../gvimtutor ../mkinstalldirs .
2347+ cd $(SHADOWDIR ) ; ln -s ../* .[ch] ../* .in ../* .sh ../* .xs ../* .xbm ../toolcheck ../proto ../vimtutor ../gvimtutor ../mkinstalldirs .
23482348 mkdir $(SHADOWDIR ) /auto
23492349 cd $(SHADOWDIR ) /auto; ln -s ../../auto/configure .
2350+ mkdir $(SHADOWDIR ) /po
2351+ cd $(SHADOWDIR ) /po; ln -s ../../po/* .po ../../po/* .mak ../../po/* .vim ../../po/Makefile .
23502352 cd $(SHADOWDIR ) ; rm -f auto/link.sed
23512353 cp Makefile configure $(SHADOWDIR )
23522354 rm -f $(SHADOWDIR ) /auto/config.mk $(SHADOWDIR ) /config.mk.dist
Original file line number Diff line number Diff line change @@ -727,6 +727,8 @@ static char *(features[]) =
727727
728728static int included_patches [] =
729729{ /* Add new patch number below this line */
730+ /**/
731+ 12 ,
730732/**/
731733 11 ,
732734/**/
You can’t perform that action at this time.
0 commit comments