changeset 711:4984ac509993

Merge
author lana
date Fri, 15 Mar 2013 23:08:07 -0700
parents 19a59a13b3ef (diff) a69761ae281b (current diff)
children 477d18509ecb fc1e08c2bb27
files
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common/makefiles/MakeBase.gmk	Thu Mar 14 19:33:24 2013 -0700
+++ b/common/makefiles/MakeBase.gmk	Fri Mar 15 23:08:07 2013 -0700
@@ -51,9 +51,8 @@
 		     -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,$(subst $$,$$$$,$(wordlist $3,$4,$($1))))))
+    $(if $(word $3,$($1)),$(eval $1_LPS$3:=$(call compress_paths,$(wordlist $3,$4,$($1)))))
 endef
 
 define ListPathsSafely_Printf