[Libreoffice-commits] core.git: bin/gbuild-to-ide

Miklos Vajna vmiklos at collabora.co.uk
Thu Nov 23 09:28:17 UTC 2017


 bin/gbuild-to-ide |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit f85859d2146b29ed4dce17695efd4012a0fa1e1c
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Nov 23 09:07:47 2017 +0100

    vim-ide-integration: -I<dir> workaround is no longer needed
    
    Since commit ecbaf980625a9e7b06abe91c7c70e78f6ad469a7 (-I$(dir $(3)) in
    gb_CObject__command_pattern is no longer needed, 2017-11-01).
    
    Change-Id: I9d6b7436f7b6e865d37e358adb9cf075e4e51bff

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index abf7c7c572bb..35fefd110e0b 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -365,10 +365,6 @@ class VimIntegrationGenerator(IdeIntegrationGenerator):
                 command += '='
                 command += value
 
-        # The directory of the file is missing from lib's include list, as that
-        # one is not the same for all source files in the lib.
-        command += ' -I' + os.path.dirname(file)
-
         for include in lib.include:
             command += ' -I'
             command += include


More information about the Libreoffice-commits mailing list