idlc/source/idlccompile.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7c10706845e3b2924152c831b35a458078dc274f
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Jul 20 19:27:44 2012 +0200

    idlc: do not use -I., deps need absolute paths
    
    (regression from 63c508e3e86a140e35161c45d2be97779746f6cb)
    
    Change-Id: I03ae2cf6fdb229e26d33ef4611a1495590f90df7

diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx
index 5e3d689..68cf263 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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to