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-03-23 21:40:14 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-03-23 21:40:14 +0300
commit58702abab60159fbfdec9de2054399ddeaa012d0 (patch)
treef8aefd221a752fa9bf85b070d74f878b305320fc /runtime
parent8c067586a74af139d953b0af1cb62cc39d67e648 (diff)
* runtime/Makefile.am (wrapper-config): Remove temporary file.
svn path=/trunk/mono/; revision=42160
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 2b142d2d277..1b922fea829 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -104,8 +104,9 @@ wrapper-config: ../data/config Makefile
d=`cd ../support && pwd`; \
sed 's,target="libMonoPosixHelper[^"]*",target="'$$d/libMonoPosixHelper.la'",' ../data/config > $@
if test -z "$(libgdiplus_topdir)"; then :; else \
- cp $@ $@t; \
+ mv $@ $@t; \
sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="'"$(libgdiplus_topdir)/src/libgdiplus.la"'" />,' $@t > $@; \
+ rm -f $@t; \
fi
$(tmpinst)/bin/mono: mono-wrapper wrapper-config