macros.pl: expand file wildcards in arguments
commitce28db6b688480cb46a33c29da857e1959abbd8d
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Tue, 23 Dec 2014 19:38:43 +0000 (23 11:38 -0800)
committerJim Kukunas <james.t.kukunas@linux.intel.com>
Wed, 1 Jul 2015 18:35:39 +0000 (1 11:35 -0700)
tree046a50cb93ec9b82e4af6fba252a737cefe4f7fb
parent5b730a197ad343d1e3836feb49888701b9221ade
macros.pl: expand file wildcards in arguments

Whereas Unix shells automatically globs wildcard arguments, Windows leaves it
up to application. This commit fixes the build for perl implementations that
don't handle wildcards.

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
macros.pl