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:
authorRaja R Harinath <harinath@hurrynot.org>2005-01-25 13:46:47 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-01-25 13:46:47 +0300
commit0cdb20122904cbdb6ff059f18bc792bf5220fd8f (patch)
tree7131a89b0c121ae00cea811514202b907fc68c2d /runtime
parentb5b1c0c31fece42af094b35b9d3eef2a1f164ee7 (diff)
oops.
svn path=/trunk/mono/; revision=39492
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 2c6b89640aa..2b8b798fa1b 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -94,7 +94,7 @@ check-local: mcs-do-test-profiles
$(tmpinst)/config: ../data/config
d=`cd ../support && pwd`; \
- sed 's,<configuration>,& <dllmap dll="MonoPosixHelper" target="'$$d/MonoPosixHelper.la'" />,' ../data/config > $@
+ sed 's,<configuration>,& <dllmap dll="MonoPosixHelper" target="'$$d/libMonoPosixHelper.la'" />,' ../data/config > $@
$(tmpinst)/bin/mono: mono-wrapper
sed 's,/data/config",/runtime/$(tmpinst)/config",' mono-wrapper > $@