From 101791f57c7f1b6f5feae751b77641a9d5f2187a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 14 Jan 2012 21:16:23 +0100 Subject: idlc: do not use -I., deps need absolute paths --- idlc/source/idlccompile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc/source') diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 72806d9fb104..f83820fc6bc3 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -252,7 +252,7 @@ sal_Int32 compileFile(const OString * pathname) idlc()->setRealFileName(tmpFile); OStringBuffer cppArgs(512); - cppArgs.append("-DIDL -Xi -Xc -+ -I."); + cppArgs.append("-DIDL -Xi -Xc -+"); Options* pOptions = idlc()->getOptions(); OString filePath; -- cgit