Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2018-06-14 20:43:08 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2018-06-14 20:43:08 +0300
commitf714de0f819790cb72039b7b380646f7e78c8898 (patch)
treeac817f2f179de2744f43d5dd55c1a5de75b2063e /main/src/addins/MonoDevelop.Autotools
parent31d681b82bf48e57c347d97b370283f95ab1eb4b (diff)
parentf350c29e1ece3a03ae8c26f5954043a8d57201b1 (diff)
Merge branch 'master' into fix-warnings
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs b/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
index 5891c9e95e..e61eb4635d 100644
--- a/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
+++ b/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
@@ -262,7 +262,6 @@ namespace MonoDevelop.Autotools
sw.Write (content);
UpdatedMakefiles++;
- FileService.NotifyFileChanged (fileName);
}
void ThrowMakefileVarNotFound (string var)