[gnome-code-assistance] [backends/c] Call make on current dir



commit de329a2c9d7beb534e707d7d96b57533801cdb09
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Nov 27 22:48:01 2013 +0100

    [backends/c] Call make on current dir

 backends/c/makefileintegration.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/c/makefileintegration.py b/backends/c/makefileintegration.py
index 4a56af3..4e66caf 100644
--- a/backends/c/makefileintegration.py
+++ b/backends/c/makefileintegration.py
@@ -262,7 +262,7 @@ class MakefileIntegration:
         if self.debug:
             print('  Looking for: [{0}]'.format(', '.join(lookfor)))
 
-        args = ['make', '-p', '-n', '-s']
+        args = ['make', '-p', '-n', '-s', '.']
 
         try:
             with open(os.devnull, 'w') as stderr:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]