make/common/IdlCompilation.gmk
changeset 28905 cbee1de9e3e7
parent 28902 0c09b47449c8
parent 28600 09dd1740f176
child 29312 f3f859137ce6
--- a/make/common/IdlCompilation.gmk	Wed Jan 21 12:00:04 2015 -0800
+++ b/make/common/IdlCompilation.gmk	Tue Jan 27 09:32:37 2015 -0800
@@ -99,7 +99,7 @@
   $(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
 
   # Find all existing java files and existing class files.
-  $$(eval $$(call MakeDir,$$($1_BIN)))
+  $$(call MakeDir,$$($1_BIN))
   $1_SRCS := $$(shell find $$($1_SRC) -name "*.idl")
   $1_BINS := $$(shell find $$($1_BIN) -name "*.java")
   # Prepend the source/bin path to the filter expressions.