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:
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 82756c7419d..f3b3893d1be 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -25,12 +25,6 @@ $(symlinks):
SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
-if ONLY_MONOTOUCH
-build_profiles = monotouch
-else
-if ONLY_XAMMAC
-build_profiles = xammac
-else
build_profiles =
if INSTALL_4_5
@@ -52,9 +46,6 @@ endif
test_profiles = $(build_profiles)
-endif
-endif
-
if BUILD_MCS
MAKE_FLAGS=$(if $(V),,--no-print-directory -s)