forked from aniani/vim
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:
@@ -407,9 +407,3 @@ NEW_TESTS_RES = \
|
|||||||
test_alot_latin.res \
|
test_alot_latin.res \
|
||||||
test_alot_utf8.res \
|
test_alot_utf8.res \
|
||||||
test_alot.res
|
test_alot.res
|
||||||
|
|
||||||
|
|
||||||
# Explicit dependencies.
|
|
||||||
test49.out: test49.vim
|
|
||||||
|
|
||||||
test_options.res test_alot.res: opt_test.vim
|
|
||||||
|
@@ -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
|
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
|
||||||
@del vimcmd
|
@del vimcmd
|
||||||
|
|
||||||
|
test_options.res test_alot.res: opt_test.vim
|
||||||
|
|
||||||
opt_test.vim: ../option.c gen_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
|
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c
|
||||||
|
@@ -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 $<
|
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
|
||||||
@$(DEL) vimcmd
|
@$(DEL) vimcmd
|
||||||
|
|
||||||
|
test_options.res test_alot.res: opt_test.vim
|
||||||
|
|
||||||
opt_test.vim: ../option.c gen_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
|
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c
|
||||||
|
@@ -33,6 +33,11 @@ SCRIPTS = $(SCRIPTS_ALL) \
|
|||||||
$(SCRIPTS_MORE2) \
|
$(SCRIPTS_MORE2) \
|
||||||
$(SCRIPTS_MORE4)
|
$(SCRIPTS_MORE4)
|
||||||
|
|
||||||
|
# Explicit dependencies.
|
||||||
|
test49.out: test49.vim
|
||||||
|
|
||||||
|
test_options.res test_alot.res: opt_test.vim
|
||||||
|
|
||||||
SCRIPTS_BENCH = bench_re_freeze.out
|
SCRIPTS_BENCH = bench_re_freeze.out
|
||||||
|
|
||||||
.SUFFIXES: .in .out .res .vim
|
.SUFFIXES: .in .out .res .vim
|
||||||
|
@@ -795,6 +795,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
724,
|
||||||
/**/
|
/**/
|
||||||
723,
|
723,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user