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>2007-03-28 16:02:02 +0400
committerRaja R Harinath <harinath@hurrynot.org>2007-03-28 16:02:02 +0400
commit730a029ad3fc5cc694acabab2465231d0bfa0d63 (patch)
treeea7a56431cfa6698efe7e88fb94ef273e7d468ea /ChangeLog
parent300aa9de015784d08efacae4abb61852cbdf1e50 (diff)
Reflect some changes made after changelog entry was written.
svn path=/trunk/mono/; revision=75068
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 164dbd1f543..a79543e5fec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,9 @@
* runtime/Makefile.am (mcs-do-run-test-profiles): Don't set PATH.
(all-local, install-local): Depend on TEST_SUPPORT_FILES too.
(test-support-files): Move creation of _tmpinst/bin directory ...
- (test-support-file, $(tmpinst)/bin/mono): ... here.
+ ($(tmpinst)/bin/mono): ... here.
($(tmpinst)/bin/mbas, $(tmpinst)/bin/pedump): Remove.
+ (test-support-file): Depend on $(tmpinst)/bin/mono.
2007-03-22 Marek Habersack <mhabersack@novell.com>