summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-01-22 08:55:10 -0600
committerAdam Mitz <mitza@objectcomputing.com>2021-01-22 08:55:10 -0600
commit805804a536cf581c371209928bcefb2f885a58f0 (patch)
treeac99efff27d5e2909e63fae0ca79d719d01f2e8a
parentfeeb5de56328cb3fbe237ed010264f8c3ac5ca7f (diff)
parentbca5a4aa34ca2e9a9597f145c8f2ec60e678c9b2 (diff)
downloadATCD-805804a536cf581c371209928bcefb2f885a58f0.tar.gz
Merge branch 'taoidl' into taoidl-tao3
-rw-r--r--TAO/MPC/config/taobaseidldefaults.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb
index 391e6e6644f..d24379f56dc 100644
--- a/TAO/MPC/config/taobaseidldefaults.mpb
+++ b/TAO/MPC/config/taobaseidldefaults.mpb
@@ -2,10 +2,10 @@
project: build_files {
// Set the idl compiler and flags as template values
specific {
- tao_idl = $(ACE_ROOT)/bin/tao_idl
+ tao_idl = <%quote%>$(ACE_ROOT)/bin/tao_idl<%quote%>
tao_idl_dep = $(ACE_ROOT)/bin/tao_idl
tao_idlflags = -Wb,pre_include=ace/pre.h \
- -Wb,post_include=ace/post.h -I$(TAO_ROOT)
+ -Wb,post_include=ace/post.h -I<%quote%>$(TAO_ROOT)<%quote%>
}
Define_Custom(IDL) {