common/makefiles/IdlCompilation.gmk

changeset 557
d2c1f80118de
parent 494
e64f2cb57d05
child 606
6e296219633d
     1.1 --- a/common/makefiles/IdlCompilation.gmk	Thu Dec 27 20:15:22 2012 +0100
     1.2 +++ b/common/makefiles/IdlCompilation.gmk	Thu Dec 27 20:18:21 2012 +0100
     1.3 @@ -87,7 +87,7 @@
     1.4  $1_SRC := $$(abspath $$($1_SRC))
     1.5  $1_BIN := $$(abspath $$($1_BIN))
     1.6  # Find all existing java files and existing class files.
     1.7 -$$(shell $(MKDIR) -p $$($1_SRC) $$($1_BIN))
     1.8 +$$(eval $$(call MakeDir,$$($1_BIN)))
     1.9  $1_SRCS     := $$(shell find $$($1_SRC) -name "*.idl")
    1.10  $1_BINS     := $$(shell find $$($1_BIN) -name "*.java")
    1.11  # Prepend the source/bin path to the filter expressions.

mercurial