From af16a0b18f412993505385af7be9beca4d6ead48 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 23 Jul 2010 08:52:51 -0600 Subject: [PATCH] Add TINYOS_MAKE_PATH to TOSMAKE_PATH at end not beginning. 2.1.0 added it to the end. 2.1.1 added it to the beginning. Revert the change done for 2.1.1. --- support/make/Makerules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/support/make/Makerules b/support/make/Makerules index 6850fb13..6c48f9a0 100644 --- a/support/make/Makerules +++ b/support/make/Makerules @@ -49,9 +49,7 @@ TINYOS_MAKELOCAL ?= $(TINYOS_MAKE_PATH)/Makelocal TINYOS_MAKEDEFAULTS ?= $(TINYOS_MAKE_PATH)/Makedefaults # Allow users to specify additional directories to find TOSMake files. -TOSMAKE_TEMP_PATH := $(TOSMAKE_PATH) -TOSMAKE_PATH = $(TINYOS_MAKE_PATH) -TOSMAKE_PATH += $(TOSMAKE_TEMP_PATH) +TOSMAKE_PATH += $(TINYOS_MAKE_PATH) # Save makecmdgoals (a read only var) to goals so that we can modify it. GOALS += $(MAKECMDGOALS) -- 2.39.2