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:
authorZoltan Varga <vargaz@gmail.com>2014-05-03 21:29:42 +0400
committerZoltan Varga <vargaz@gmail.com>2014-05-03 21:29:42 +0400
commit9c4f0a3bea740d16196b0c6e0501ab54a1eec26b (patch)
tree8deb93c1b7ff834c1e638c96bcc54cf90629052c /scripts
parentb55efe4e7120211b28531b25bf9276435dd66b9f (diff)
[runtime] Fix some automake conditionals in scripts/, they should be in the beginning of the line.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index be605ec3dcf..93adea143ed 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -200,13 +200,13 @@ 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
+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