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:
authorTodd Berman <tberman@mono-cvs.ximian.com>2004-05-03 23:50:07 +0400
committerTodd Berman <tberman@mono-cvs.ximian.com>2004-05-03 23:50:07 +0400
commit2eab6eabe061632210fbc0438ff72e6ab91982e4 (patch)
treeac3a91fee44c785f88f579ae3c757991f8f65dec /runtime
parent24051a01070c48760708d61f2beee09677092168 (diff)
fix from jaroslaw kowalski
svn path=/trunk/mono/; revision=26630
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 2538bb45983..808011dcb71 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -56,7 +56,7 @@ $(fx11_DATA):
if test -f $(mcs_topdir)/mcs/mcs.exe; then f=$(mcs_topdir)/mcs/mcs.exe; else f=$(fx11dir)/mcs.exe; fi; \
echo "cp -f $$f $(srcdir)"; \
cp -f $$f $(srcdir)
- if test -f $(mcs_topdir)/mcs/mbas.exe; then f=$(mcs_topdir)/mcs/mbas.exe; else f=$(fx11dir)/mbas.exe; fi; \
+ if test -f $(mcs_topdir)/mbas/mbas.exe; then f=$(mcs_topdir)/mbas/mbas.exe; else f=$(fx11dir)/mbas.exe; fi; \
echo "cp -f $$f $(srcdir)"; \
cp -f $$f $(srcdir)