summaryrefslogtreecommitdiffstats
path: root/bin/gbuild-to-ide
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-11-23 09:07:47 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-11-23 10:27:41 +0100
commitf85859d2146b29ed4dce17695efd4012a0fa1e1c (patch)
tree5857abed860642341e4415d56f91cffbc0eed0a8 /bin/gbuild-to-ide
parentMake not warning about !! in loplugin:simplifybool consistent (diff)
downloadcore-f85859d2146b29ed4dce17695efd4012a0fa1e1c.tar.gz
core-f85859d2146b29ed4dce17695efd4012a0fa1e1c.zip
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
Diffstat (limited to 'bin/gbuild-to-ide')
-rwxr-xr-xbin/gbuild-to-ide4
1 files changed, 0 insertions, 4 deletions
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