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>2009-09-30 18:20:41 +0400
committerMarek Safar <marek.safar@gmail.com>2009-09-30 18:20:41 +0400
commit84ba05db100f63cbec3666ee9edc96252351482a (patch)
tree4c723c3abc1067fa248513b2e023d00f1447be95 /runtime
parent0ccb7cd3efe9aa3bd78ff46373291b97e11384da (diff)
2009-09-30 Marek Safar <marek.safar@gmail.com>
* runtime/Makefile.am, configure.in: Don't build 1.1 profile svn path=/trunk/mono/; revision=143010
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 85db5c47a56..2b2731561b7 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -12,7 +12,6 @@ if INSTALL_4_0
symlinks += etc/mono/4.0/machine.config etc/mono/4.0/web.config
endif
-etc/mono/1.0/machine.config: $(top_srcdir)/data/net_1_1/machine.config
etc/mono/2.0/machine.config: $(top_srcdir)/data/net_2_0/machine.config
etc/mono/2.0/web.config: $(top_srcdir)/data/net_2_0/web.config
etc/mono/browscap.ini: $(top_srcdir)/data/browscap.ini
@@ -25,14 +24,9 @@ $(symlinks):
SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
-build_profiles = net_1_1
+build_profiles = net_2_0 net_3_5
test_profiles = $(build_profiles)
-if INSTALL_2_0
-build_profiles += net_2_0 net_3_5
-test_profiles += net_2_0 net_3_5
-endif
-
if INSTALL_4_0
build_profiles += net_4_0
#test_profiles += net_4_0