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 'scripts/Makefile.am')
-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