Problem: Build for MinGW fails.
Solution: Avoid specifying dependencies in included makefile.
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
$(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
$(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
$(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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 724,
/**/
723,
/**/