X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2FMakerules;h=6850fb1376b36c179da878bc4452a0f29c4eab1b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=6c48f9a0522bdfc1c972d011912e5a3ffcb55a86;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/support/make/Makerules b/support/make/Makerules index 6c48f9a0..6850fb13 100644 --- a/support/make/Makerules +++ b/support/make/Makerules @@ -49,7 +49,9 @@ TINYOS_MAKELOCAL ?= $(TINYOS_MAKE_PATH)/Makelocal TINYOS_MAKEDEFAULTS ?= $(TINYOS_MAKE_PATH)/Makedefaults # Allow users to specify additional directories to find TOSMake files. -TOSMAKE_PATH += $(TINYOS_MAKE_PATH) +TOSMAKE_TEMP_PATH := $(TOSMAKE_PATH) +TOSMAKE_PATH = $(TINYOS_MAKE_PATH) +TOSMAKE_PATH += $(TOSMAKE_TEMP_PATH) # Save makecmdgoals (a read only var) to goals so that we can modify it. GOALS += $(MAKECMDGOALS)