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:
authorMichael Hutchinson <mhutchinson@novell.com>2009-06-04 03:25:56 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2009-06-04 03:25:56 +0400
commit2c9b667bc54561e6b2eddd3f20a741ffd6a08b25 (patch)
tree72bf62686f7d353cf12adbe65c944a2ef566a9b7 /configure
parent2f7232400780798a858c71612fa6b2a6868ba006 (diff)
2009-06-03 Michael Hutchinson <mhutchinson@novell.com>
* configure: Don't generate a .addins file for main. svn path=/trunk/monodevelop/; revision=135378
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 51f0cd92f3..20d9f2f22f 100755
--- a/configure
+++ b/configure
@@ -155,6 +155,7 @@ configure_packages ()
create_local_config $path
packages="$packages $path"
done
+ rm -f local-config/main.addins
return 0
}