]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.0724: build for MinGW fails v8.1.0724
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 18:19:44 +0000 (19:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 18:19:44 +0000 (19:19 +0100)
Problem:    Build for MinGW fails.
Solution:   Avoid specifying dependencies in included makefile.

src/testdir/Make_all.mak
src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/testdir/Makefile
src/version.c

index a1a344ec3bfb1eae46e7dd4ed0da4700a9775ef1..8db2995721982842f185a6c82099e507497dbeb5 100644 (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
index 2623fb1279304fc542e7f6c478504fcc07d6f3a3..5776a7946d9e12e54bd072542d0e5ceddbfa8637 100644 (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
index 2fa3e78fa208d3bcc4fcd29481187406f3aad60a..a2e586fe697b063e927b2b6a4a4ade88444316c7 100644 (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
index 311701afa2ea2206d6d52902f2ce3b4378a5fd23..c3ba8abdcf157b5d7d3f8173088a3cc244d00707 100644 (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
index aede1e671feb4cb8affeb1d9ebcae919f8b65cf4..50b3263af8d41b334f5e0d3412f298e720b2d158 100644 (file)
@@ -795,6 +795,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    724,
 /**/
     723,
 /**/