comparison src/testdir/Makefile @ 15432:b10ce9e77128 v8.1.0724

patch 8.1.0724: build for MinGW fails commit https://github.com/vim/vim/commit/46fd6bf2b6395f5850905525fa763803a14b093d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 19:19:44 2019 +0100 patch 8.1.0724: build for MinGW fails Problem: Build for MinGW fails. Solution: Avoid specifying dependencies in included makefile.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 19:30:06 +0100
parents d94901eeb762
children 314694a2e74a
comparison
equal deleted inserted replaced
15431:bab1e9e00aac 15432:b10ce9e77128
30 30
31 SCRIPTS = $(SCRIPTS_ALL) \ 31 SCRIPTS = $(SCRIPTS_ALL) \
32 $(SCRIPTS_MORE1) \ 32 $(SCRIPTS_MORE1) \
33 $(SCRIPTS_MORE2) \ 33 $(SCRIPTS_MORE2) \
34 $(SCRIPTS_MORE4) 34 $(SCRIPTS_MORE4)
35
36 # Explicit dependencies.
37 test49.out: test49.vim
38
39 test_options.res test_alot.res: opt_test.vim
35 40
36 SCRIPTS_BENCH = bench_re_freeze.out 41 SCRIPTS_BENCH = bench_re_freeze.out
37 42
38 .SUFFIXES: .in .out .res .vim 43 .SUFFIXES: .in .out .res .vim
39 44