tests: Take in account Makefiles that have meaning for rebuild only.
commit8b28fc50a3891f823531aa276008e1b1b17e0a79
authorLeonid Lisovskiy <lly.dev@gmail.com>
Tue, 31 May 2016 18:43:49 +0000 (31 21:43 +0300)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Tue, 31 May 2016 19:00:13 +0000 (31 21:00 +0200)
treeea1b9970e1196022891b2366d530ddbd1196152a
parent3ac3d4e61a1de0c2d0e0d2bebf0d1b111f153f12
tests: Take in account Makefiles that have meaning for rebuild only.

Currently, targets dependancy list don't include Makefile.in,
this leads to incomplete rebuild after target's compiler/linker
flags was changed.
Use "$(wildcard)" function due to Makefile.in could be absent
in subdirectory.

Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com>
test/Test.mak