summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-20 19:27:44 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-20 19:56:17 +0200
commit7c10706845e3b2924152c831b35a458078dc274f (patch)
tree467098b35a98a9d607e46b707ef5f5208adb3d1a /idlc
parentc69bd0ead5852967492046caa311732ebe549a7c (diff)
idlc: do not use -I., deps need absolute paths
(regression from 63c508e3e86a140e35161c45d2be97779746f6cb) Change-Id: I03ae2cf6fdb229e26d33ef4611a1495590f90df7
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/idlccompile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx
index 5e3d68975d6c..68cf26380aeb 100644
--- a/idlc/source/idlccompile.cxx
+++ b/idlc/source/idlccompile.cxx
@@ -244,7 +244,6 @@ sal_Int32 compileFile(const OString * pathname)
lCppArgs.push_back("-DIDL");
lCppArgs.push_back("-C");
lCppArgs.push_back("-zI");
- lCppArgs.push_back("-I.");
OStringBuffer cppArgs(256);
Options* pOptions = idlc()->getOptions();