aboutsummaryrefslogtreecommitdiff
path: root/common/makefiles
diff options
context:
space:
mode:
authorerikj <none@none>2013-08-19 10:31:42 +0200
committererikj <none@none>2013-08-19 10:31:42 +0200
commit3807f747faf0b8acd6f25ba583cbac4d9323db04 (patch)
tree2ea2d5295720a6e1600a73dd26f06b9f0663a5a4 /common/makefiles
parentfca71f0297193de2c3d1ab2407ea1cecbfd435e8 (diff)
8021430: 64 bit JDK build fails on windows 7 due to missing corba source files
Reviewed-by: tbell, katleman
Diffstat (limited to 'common/makefiles')
-rw-r--r--common/makefiles/IdlCompilation.gmk3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/makefiles/IdlCompilation.gmk b/common/makefiles/IdlCompilation.gmk
index b03ea43..94cc154 100644
--- a/common/makefiles/IdlCompilation.gmk
+++ b/common/makefiles/IdlCompilation.gmk
@@ -83,9 +83,6 @@ $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NE
$(call LogSetupMacroEntry,SetupIdlCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
$(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
-# Remove any relative addressing in the paths.
-$1_SRC := $$(abspath $$($1_SRC))
-$1_BIN := $$(abspath $$($1_BIN))
# Find all existing java files and existing class files.
$$(eval $$(call MakeDir,$$($1_BIN)))
$1_SRCS := $$(shell find $$($1_SRC) -name "*.idl")