build: Add missing dependencies when building param SWIG interfaces
authorAndreas Sandberg <Andreas.Sandberg@arm.com>
Tue, 25 Sep 2012 16:49:40 +0000 (11:49 -0500)
committerAndreas Sandberg <Andreas.Sandberg@arm.com>
Tue, 25 Sep 2012 16:49:40 +0000 (11:49 -0500)
commit1b29352dd554668fdd14460350094ee7c65bb626
tree0c24cbd530f62bf1a73e4150a693bce3559a6775
parent4f8ad7aa05ac063597707bb01b73dca42102d153
build: Add missing dependencies when building param SWIG interfaces

This patch adds an explicit dependency between param_%s.i and the
Python source file defining the object. Previously, the build system
didn't rebuild SWIG interfaces correctly when an object's Python
sources were updated.
src/SConscript