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>2014-12-04 17:16:31 +0300
committerMarek Safar <marek.safar@gmail.com>2014-12-04 17:16:31 +0300
commita1aced8ab22c1dabd25542fe808459f332039ee9 (patch)
treeedc815c58e3da7337a937cc454546af09b9530d7 /scripts
parent336755ca9edfbb0dd5c395f59a398c76449f7fdc (diff)
Remove 4.0 profile
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index a89a33b2d3e..709dd776bb4 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -40,12 +40,9 @@ bin_SCRIPTS = \
mono-heapviz \
$(scripts_mono_configuration_crypto)
-if INSTALL_4_0
+if INSTALL_4_5
bin_SCRIPTS += $(scripts_4_0)
bin_SCRIPTS += dmcs
-endif
-
-if INSTALL_4_5
bin_SCRIPTS += xbuild
endif
@@ -196,14 +193,6 @@ REWRITE2_1 = $(REWRITE) -e 's,@''framework_version@,2.1,g'
if INSTALL_4_5
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.5,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.5,g'
-else
-if INSTALL_4_0
-REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.0,g'
-REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.0,g'
-else
-REWRITE4 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
-REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
-endif
endif
peverify: peverify.in Makefile