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:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00c7182be9..755ed91780 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,6 @@ dist: update_submodules remove-stale-tarballs dist-recursive
aot:
for i in main/build/bin/*.dll; do mono --aot $$i; done
- for i in main/build/bin/*/*.dll; do mono --aot $$i; done
for i in main/build/AddIns/*.dll; do mono --aot $$i; done
for i in main/build/AddIns/*/*.dll; do mono --aot $$i; done
for i in main/build/AddIns/*/*/*.dll; do mono --aot $$i; done