comparison src/Make_vms.mms @ 16644:ac77266f55cb v8.1.1324

patch 8.1.1324: stray comma in VMS makefile commit https://github.com/vim/vim/commit/b73fbc76c6fc446da90dd2cdac620155e37e5514 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 11 21:50:07 2019 +0200 patch 8.1.1324: stray comma in VMS makefile Problem: Stray comma in VMS makefile. Solution: Remove the comma. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/4368)
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 May 2019 22:00:06 +0200
parents 30de89c1d090
children eda4d65f232c
comparison
equal deleted inserted replaced
16643:da388fbda840 16644:ac77266f55cb
305 $(TCL_INC)$(XDIFF_INC)$(XPM_INC)) 305 $(TCL_INC)$(XDIFF_INC)$(XPM_INC))
306 306
307 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 307 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) 308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
309 309
310 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c change.c, charset.c \ 310 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c change.c charset.c \
311 crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \ 311 crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \
312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \ 312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \
313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \ 313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \
314 hardcopy.c hashtab.c indent.c insexpand.c json.c list.c main.c mark.c \ 314 hardcopy.c hashtab.c indent.c insexpand.c json.c list.c main.c mark.c \
315 menu.c mbyte.c memfile.c memline.c message.c misc1.c misc2.c move.c \ 315 menu.c mbyte.c memfile.c memline.c message.c misc1.c misc2.c move.c \