scons: Avoid implicit command dependencies
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 3 Feb 2015 19:25:43 +0000 (14:25 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 3 Feb 2015 19:25:43 +0000 (14:25 -0500)
commitb34b55b59772ec32cdd896de265b7b9ac7e7b839
tree2b68bc2b1a32c5e610c04ae4b98e2490e104c2f9
parentb89fd576633f63b14b8e5eb24de377e4918c363d
scons: Avoid implicit command dependencies

Work around a bug in scons that causes the param wrappers being
compiled twice. The easiest way for us to do so is to tell scons to
ignore implicit command dependencies.
SConstruct