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>2004-06-29 14:23:13 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-29 14:23:13 +0400
commit60633644e57e2b6adc34dc11907a62f85ec9b1ad (patch)
tree96823a1475e2d51aaa5f3c0ba656f5de9c85dd0c /ChangeLog
parent3b6be82db4842f47d43d016c7dca3d600b4f132a (diff)
(GAC_ROOT_DIR): Renamed from GAC_DIR.
(GAC_DIR): New define that doesn't include $(DESTDIR). (install-data-local,uninstall-local): Use them. Use in-tree mono runtime, not the installed one. svn path=/trunk/mono/; revision=30506
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d35e44bcf4f..7c4aa6bea3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
2004-06-29 Raja R Harinath <rharinath@novell.com>
+ Atsushi Enomoto <atsushi@ximian.com>
+
+ * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR.
+ (GAC_DIR): New define that doesn't include $(DESTDIR).
+ (install-data-local,uninstall-local): Use them. Use in-tree mono
+ runtime, not the installed one.
+
+2004-06-29 Raja R Harinath <rharinath@novell.com>
* runtime/Makefile.am (gmcs_exe): New. Set only if not W32.
(monotwo_DATA): Use it.