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:
authorZoltan Varga <vargaz@gmail.com>2008-10-08 09:59:43 +0400
committerZoltan Varga <vargaz@gmail.com>2008-10-08 09:59:43 +0400
commit9d24fa4f8b8d65d00658f35deff48cca7cb9a333 (patch)
tree51efc79c8f7cc421fb1e780e89f800d223ceba02 /runtime
parentf10ff05fc61a49921efdade92d234f299134a732 (diff)
2008-10-08 Zoltan Varga <vargaz@gmail.com>
* runtime/Makefile.am: Rename 'default' profile to 'net_1_1'. svn path=/trunk/mono/; revision=115167
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index bcff9b4bf5e..0e876e2a491 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -21,12 +21,12 @@ SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
if INSTALL_2_0
if INSTALL_2_1
-build_profiles = default net_2_0 net_3_5 net_2_1
+build_profiles = net_1_1 net_2_0 net_3_5 net_2_1
else
-build_profiles = default net_2_0 net_3_5
+build_profiles = net_1_1 net_2_0 net_3_5
endif
else
-build_profiles = default
+build_profiles = net_1_1
endif
if BUILD_MCS
@@ -134,7 +134,7 @@ $(tmpinst)/bin/mono: mono-wrapper etc/mono/config
$(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile
echo '#! /bin/sh' > $@ ; \
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
- echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/default/mcs.exe"'" "$$@"' >> $@ ; \
+ echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_1_1/mcs.exe"'" "$$@"' >> $@ ; \
chmod +x $@
$(tmpinst)/bin/gmcs: $(tmpinst)/bin/mono Makefile