summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testdir/Make_all.mak6
-rw-r--r--src/testdir/Make_dos.mak2
-rw-r--r--src/testdir/Make_ming.mak2
-rw-r--r--src/testdir/Makefile5
-rw-r--r--src/version.c2
5 files changed, 11 insertions, 6 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index a1a344ec3b..8db2995721 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -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
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index 2623fb1279..5776a7946d 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -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
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index 2fa3e78fa2..a2e586fe69 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -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
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 311701afa2..c3ba8abdcf 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -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
diff --git a/src/version.c b/src/version.c
index aede1e671f..50b3263af8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -796,6 +796,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 724,
+/**/
723,
/**/
722,