common/makefiles/IdlCompilation.gmk

changeset 779
163091288aeb
parent 768
dadf49495ab4
child 839
174a54ce39c4
     1.1 --- a/common/makefiles/IdlCompilation.gmk	Mon Aug 26 10:09:15 2013 -0700
     1.2 +++ b/common/makefiles/IdlCompilation.gmk	Mon Aug 26 14:49:08 2013 -0700
     1.3 @@ -83,9 +83,6 @@
     1.4  $(call LogSetupMacroEntry,SetupIdlCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
     1.5  $(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
     1.6  
     1.7 -# Remove any relative addressing in the paths.
     1.8 -$1_SRC := $$(abspath $$($1_SRC))
     1.9 -$1_BIN := $$(abspath $$($1_BIN))
    1.10  # Find all existing java files and existing class files.
    1.11  $$(eval $$(call MakeDir,$$($1_BIN)))
    1.12  $1_SRCS     := $$(shell find $$($1_SRC) -name "*.idl")

mercurial