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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-05-29 04:30:26 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-05-29 04:30:26 +0400
commit539f93dc9b8a3ee5d1a816f4138379a315c7bd75 (patch)
tree37a42adff21f9c3b547a0a2f080e4f15ddc3df01 /runtime
parent100b11f54e921d8e26a8ffb046256643ff0b6bf2 (diff)
Weird! How did that get in there?
svn path=/trunk/mono/; revision=28416
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 51da5d518af..e0b44f7b5aa 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -95,7 +95,7 @@ $(monobins_DATA):
gmcs.exe) d=gmcs ;; \
esac; \
f=$(mcs_topdir)/$$d/$@; \
-mcs if test -f $$f; then :; else f=$(monobinsdir)/$@; fi ; \
+ if test -f $$f; then :; else f=$(monobinsdir)/$@; fi ; \
echo "cp -f $$f $(srcdir)"; \
cp -f $$f $(srcdir)