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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-03-17 15:56:53 +0300
committerMarek Safar <marek.safar@gmail.com>2016-03-17 15:57:35 +0300
commitd053f6600d55bb9fc5d566ec8bb4d3ae7cbff23e (patch)
tree4e90338ba3283641906b7305e5a96edd77e25a60 /runtime
parent32c2049b8586689a8fa7f78395a3c24496730868 (diff)
[mono] Remove al2 from temp install folder
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 7fdb42da30f..93446203f4b 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -180,12 +180,6 @@ $(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile
echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/ilasm/ilasm.exe"'" "$$@"' >> $@ ; \
chmod +x $@
-$(tmpinst)/bin/al2: $(tmpinst)/bin/mono Makefile
- echo '#! /bin/sh' > $@ ; \
- r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
- echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_2_0/al.exe"'" "$$@"' >> $@ ; \
- chmod +x $@
-
$(tmpinst)/bin/al: $(tmpinst)/bin/mono Makefile
echo '#! /bin/sh' > $@ ; \
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \