Review Board 2.0.15


build: Add missing dependencies when building param SWIG interfaces

Review Request #1391 - Created Sept. 7, 2012 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9197:92d71ffd3775
---------------------------
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.