0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.0724: build for MinGW fails

Problem:    Build for MinGW fails.
Solution:   Avoid specifying dependencies in included makefile.
This commit is contained in:
Bram Moolenaar
2019-01-11 19:19:44 +01:00
parent ec50401e1e
commit 46fd6bf2b6
5 changed files with 11 additions and 6 deletions

View File

@@ -407,9 +407,3 @@ NEW_TESTS_RES = \
test_alot_latin.res \
test_alot_utf8.res \
test_alot.res
# Explicit dependencies.
test49.out: test49.vim
test_options.res test_alot.res: opt_test.vim

View File

@@ -132,5 +132,7 @@ test_gui_init.res: test_gui_init.vim
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
@del vimcmd
test_options.res test_alot.res: opt_test.vim
opt_test.vim: ../option.c gen_opt_test.vim
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c

View File

@@ -127,5 +127,7 @@ test_gui_init.res: test_gui_init.vim
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
@$(DEL) vimcmd
test_options.res test_alot.res: opt_test.vim
opt_test.vim: ../option.c gen_opt_test.vim
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c

View File

@@ -33,6 +33,11 @@ SCRIPTS = $(SCRIPTS_ALL) \
$(SCRIPTS_MORE2) \
$(SCRIPTS_MORE4)
# Explicit dependencies.
test49.out: test49.vim
test_options.res test_alot.res: opt_test.vim
SCRIPTS_BENCH = bench_re_freeze.out
.SUFFIXES: .in .out .res .vim

View File

@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
724,
/**/
723,
/**/