summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux_common.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-26 13:27:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-26 13:27:28 +0000
commit0fec51dd3b2ca24b05800df4864a1c3091515e9f (patch)
tree8e821be004b14e0d923fc9d0621ed6d5e29c5e7e /ACE/include/makeinclude/platform_linux_common.GNU
parentf6f28e8a0d9019ef327199139cf965880d944a55 (diff)
downloadATCD-0fec51dd3b2ca24b05800df4864a1c3091515e9f.tar.gz
Tue Jan 26 13:27:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_linux_common.GNU: tao_idl3_to_idl2 is located in HOST_ROOT/TAO/CIAO/bin with cross compilation
Diffstat (limited to 'ACE/include/makeinclude/platform_linux_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_linux_common.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_linux_common.GNU b/ACE/include/makeinclude/platform_linux_common.GNU
index 06d58031f97..db17a263ee4 100644
--- a/ACE/include/makeinclude/platform_linux_common.GNU
+++ b/ACE/include/makeinclude/platform_linux_common.GNU
@@ -130,8 +130,8 @@ else
ifneq (,$(HOST_ROOT))
TAO_IDLFLAGS += -g $(HOST_ROOT)/bin/ace_gperf
TAO_IDL = $(HOST_ROOT)/bin/tao_idl
- TAO_IDL3_TO_IDL2 = $(HOST_ROOT)/bin/tao_idl3_to_idl2
TAO_IDL_DEP = $(TAO_IDL)
+ TAO_IDL3_TO_IDL2 = $(HOST_ROOT)/TAO/CIAO/bin/tao_idl3_to_idl2
TAO_IDL3_TO_IDL2_DEP = $(TAO_IDL3_TO_IDL2)
# make sure to use the target compiler, not the cross-compiler
# as preprocessor for the cross-compiled idl tools