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>2008-01-09 18:05:38 +0300
committerZoltan Varga <vargaz@gmail.com>2008-01-09 18:05:38 +0300
commit0d849c6c62854518d6ff03f8f95622e1b7b5c14b (patch)
tree134a0dbc327189ad5110b530211e00f7de4636dc /runtime
parent5c7f4e1ded660f46f3a06de863d3bb739de6a9b9 (diff)
2008-01-09 Zoltan Varga <vargaz@freemail.hu>
* runtime/Makefile.am (mcs-compileall): Remove some whitespace after a backslash. svn path=/trunk/mono/; revision=92510
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index ca72cb6fa8f..e3a8a21e9e2 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -94,7 +94,7 @@ mcs-compileall: mono-wrapper etc/mono/config
for i in $(mcs_topdir)/class/lib/$$profile/*.{dll,exe}; do \
if [ ! -f $$i ] ; then \
continue ; \
- fi ; \
+ fi ; \
if ./mono-wrapper --compile-all $$i; then \
echo $$i verified OK; \
else \