diff -r cd7f2c7e2a0e -r 980ccff2d4f5 common/makefiles/MakeBase.gmk --- a/common/makefiles/MakeBase.gmk Thu Mar 07 11:17:28 2013 -0800 +++ b/common/makefiles/MakeBase.gmk Tue Mar 12 16:38:11 2013 -0700 @@ -51,8 +51,9 @@ -e 's|X98|$(OUTPUT_ROOT)|g' -e 's|X97|$(SRC_ROOT)|g' \ -e 's|X00|X|g' | tr '\n' '$2' +# Subst in an extra $ to prevent it from disappearing. define ListPathsSafely_If - $(if $(word $3,$($1)),$(eval $1_LPS$3:=$(call compress_paths,$(wordlist $3,$4,$($1))))) + $(if $(word $3,$($1)),$(eval $1_LPS$3:=$(call compress_paths,$(subst $$,$$$$,$(wordlist $3,$4,$($1)))))) endef define ListPathsSafely_Printf