From 7b8bca7a2a5fe7a14fa7f9d5bfd8fcbe2b9048bc Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 4 Mar 2010 16:16:48 -0700 Subject: [PATCH] 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. --- support/make/tmicore.target | 2 +- support/make/tmirws.target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) @: -- 2.39.2