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-04-25 17:43:06 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-25 17:43:06 +0400
commit7fdb965fb816e78911310c0aaa283c2ce45a060f (patch)
tree0e9a9337a8a06630c3e7ab4cf5b3e83b48ba76c2 /ChangeLog
parent5319634c9b355ca01ee9baa276b29b211335e820 (diff)
Fix #74692.
* configure.in ($mcsdir/build/config.make): Point RUNTIME and ILDISASM to the in-tree versions of mono and monodis. Propagate value of INSTALL to mcs too. * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each sub-make, now that 'configure' sets up the 'mcs' tree. svn path=/trunk/mono/; revision=43546
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fdab6c98d9..19ade6f4acd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-25 Raja R Harinath <rharinath@novell.com>
+
+ Fix #74692.
+ * configure.in ($mcsdir/build/config.make): Point RUNTIME and
+ ILDISASM to the in-tree versions of mono and monodis. Propagate
+ value of INSTALL to mcs too.
+ * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each
+ sub-make, now that 'configure' sets up the 'mcs' tree.
+
2005-04-23 Zoltan Varga <vargaz@freemail.hu>
* doc: Remove unused directory.