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:
-rw-r--r--ChangeLog4
-rw-r--r--runtime/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4acdb590a27..70089fd4d50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-24 Raja R Harinath <harinath@acm.org>
+
+ * runtime/Makefile.am (wrapper-config): Remove temporary file.
+
2005-03-23 Raja R Harinath <rharinath@novell.com>
Allow testing of System.Drawing with a libgdiplus snapshot.
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