gen_makefile: add *.tpl to dependency file list

libosmocore has some *.tpl files to generate source files. Add *.tpl to
dependencies.

Change-Id: Id12fa34e58ef223820528c47e23f9d4bdb2dd3bc
This commit is contained in:
Neels Hofmeyr 2019-02-12 15:02:59 +01:00
parent 6257d9ec79
commit a4fefee68d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def gen_make(proj, deps, configure_opts, jobs, make_dir, src_dir, build_dir, url
### {proj} ###
{proj}_configure_files := $(shell find {src_proj} -name "Makefile.am" -or -name "*.in" -and -not -name "Makefile.in" )
{proj}_files := $(shell find {src_proj} -name "*.[hc]" -or -name "*.py" -or -name "*.cpp" )
{proj}_files := $(shell find {src_proj} -name "*.[hc]" -or -name "*.py" -or -name "*.cpp" -or -name "*.tpl" )
.make.{proj}.clone:
@echo "\n\n\n===== $@\n"