[gedit-code-assistance] Set working directory for make to makefile directory



commit 69daedd3497cd00169d0560c2f55a7d7a0a1ef82
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Tue Aug 14 10:48:48 2012 +0200

    Set working directory for make to makefile directory

 backends/c/gcp-c-compile-args.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/c/gcp-c-compile-args.vala b/backends/c/gcp-c-compile-args.vala
index 5dcfcaf..1dd6f7f 100644
--- a/backends/c/gcp-c-compile-args.vala
+++ b/backends/c/gcp-c-compile-args.vala
@@ -208,7 +208,7 @@ namespace Gcp.C
 		                                                    RegexError,
 		                                                    CompileArgsError
 		{
-			File wd = source.get_parent();
+			File wd = makefile.get_parent();
 			string basen = source.get_basename();
 
 			int idx = basen.last_index_of_char('.');



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