From: R. Steve McKown Date: Thu, 4 Mar 2010 23:16:48 +0000 (-0700) Subject: Use platform variable name to build make dependency. X-Git-Tag: debian/2.1.0-4-1tmi~1^2~16 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=7b8bca7a2a5fe7a14fa7f9d5bfd8fcbe2b9048bc Use platform variable name to build make dependency. Minimize the patch to upstream official, so don't make the same modification to target files for platforms we didn't create. --- diff --git a/support/make/tmicore.target b/support/make/tmicore.target index 68f69bef..680c6e5d 100644 --- a/support/make/tmicore.target +++ b/support/make/tmicore.target @@ -21,5 +21,5 @@ endif $(call TOSMake_include_platform,msp) -tmicore: $(BUILD_DEPS) +$(PLATFORM): $(BUILD_DEPS) @: diff --git a/support/make/tmirws.target b/support/make/tmirws.target index f9969a72..9e9b57d3 100644 --- a/support/make/tmirws.target +++ b/support/make/tmirws.target @@ -21,5 +21,5 @@ endif $(call TOSMake_include_platform,msp) -tmirws: $(BUILD_DEPS) +$(PLATFORM): $(BUILD_DEPS) @: