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:
authorMartin Baulig <martin@novell.com>2005-03-23 00:15:18 +0300
committerMartin Baulig <martin@novell.com>2005-03-23 00:15:18 +0300
commit6b371eb08af0397ff7b1bd9325621e6b987c8d4f (patch)
tree46b693950aca346cdb461939355eacc4ff940077 /runtime
parent6fb01373c53422257ae42c9129e1d76a0c841663 (diff)
Enable gmcs again.
svn path=/trunk/mono/; revision=42128
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 0e086bd9c7e..0cd5fb40f65 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -25,8 +25,7 @@ all-local: $(SUPPORT_FILES)
d=`pwd`; cd $(mcs_topdir) && $(MAKE) RUNTIME=$$d/mono-wrapper PROFILES='$(build_profiles)' all-profiles
if INSTALL_2_0
-#build_profiles = default net_2_0
-build_profiles = default
+build_profiles = default net_2_0
else
build_profiles = default
endif