diff src/testdir/Make_ming.mak @ 18066:8e10cabcde8a v8.1.2028

patch 8.1.2028: options test script does not work Commit: https://github.com/vim/vim/commit/d9b0d83b13d2691e4544709abd87eac004715175 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 15:46:32 2019 +0200 patch 8.1.2028: options test script does not work Problem: Options test script does not work. Solution: Use optiondefs.h for input.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 16:00:04 +0200
parents 8ba0e158970d
children 16460964c304
line wrap: on
line diff
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -138,5 +138,5 @@ test_gui_init.res: test_gui_init.vim
 
 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
+opt_test.vim: ../optiondefs.h gen_opt_test.vim
+	$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h