changeset 850:dadf49495ab4

8021430: 64 bit JDK build fails on windows 7 due to missing corba source files Reviewed-by: tbell, katleman
author erikj
date Mon, 19 Aug 2013 10:31:42 +0200
parents f10f673d9b17
children 96c1b9b7524b
files common/makefiles/IdlCompilation.gmk
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/common/makefiles/IdlCompilation.gmk	Fri Aug 16 14:43:38 2013 +0200
+++ b/common/makefiles/IdlCompilation.gmk	Mon Aug 19 10:31:42 2013 +0200
@@ -83,9 +83,6 @@
 $(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")