]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Use platform variable name to build make dependency.
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 4 Mar 2010 23:16:48 +0000 (16:16 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 4 Mar 2010 23:45:47 +0000 (16:45 -0700)
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
support/make/tmirws.target

index 68f69bef5a17dbfeeb202613b9abded30376be09..680c6e5d3ec1403117d1c64a2515a5155f658429 100644 (file)
@@ -21,5 +21,5 @@ endif
 
 $(call TOSMake_include_platform,msp)
 
-tmicore: $(BUILD_DEPS)
+$(PLATFORM): $(BUILD_DEPS)
        @:
index f9969a723a2da221bc66db53106898d2e200341d..9e9b57d36e5a47a2b5b435e6f559ae7702f1d058 100644 (file)
@@ -21,5 +21,5 @@ endif
 
 $(call TOSMake_include_platform,msp)
 
-tmirws: $(BUILD_DEPS)
+$(PLATFORM): $(BUILD_DEPS)
        @: