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
path: root/mcs/class
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2009-11-03 19:16:38 +0300
committerZoltan Varga <vargaz@gmail.com>2009-11-03 19:16:38 +0300
commit101b360789c2261f298b11092d2d81d764bad612 (patch)
treefc5e0e74a57081779e85a61b9c57f89de9ff115e /mcs/class
parentb659019ba63a8010388c629bb1d328e5a0deff45 (diff)
2009-11-03 Zoltan Varga <vargaz@gmail.com>
* Makefile: Don't define LIBRARY_PACKAGE so it gets installed normally. svn path=/trunk/mcs/; revision=145292
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/Mono.Debugger.Soft/ChangeLog4
-rw-r--r--mcs/class/Mono.Debugger.Soft/Makefile1
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/ChangeLog b/mcs/class/Mono.Debugger.Soft/ChangeLog
index 27ccbcdccca..26d2fb3667e 100644
--- a/mcs/class/Mono.Debugger.Soft/ChangeLog
+++ b/mcs/class/Mono.Debugger.Soft/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-03 Zoltan Varga <vargaz@gmail.com>
+
+ * Makefile: Don't define LIBRARY_PACKAGE so it gets installed normally.
+
2009-11-02 Zoltan Varga <vargaz@gmail.com>
* New directory containing the managed interface to the soft-mode debugger.
diff --git a/mcs/class/Mono.Debugger.Soft/Makefile b/mcs/class/Mono.Debugger.Soft/Makefile
index 3f3f116ed8a..8cd47da1705 100644
--- a/mcs/class/Mono.Debugger.Soft/Makefile
+++ b/mcs/class/Mono.Debugger.Soft/Makefile
@@ -3,7 +3,6 @@ include ../../build/rules.make
LIBRARY = Mono.Debugger.Soft.dll
LIBRARY_SNK = ../mono.snk
-LIBRARY_PACKAGE = none
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Cecil.dll /r:System.Core.dll /unsafe -D:MONO_DATACONVERTER_STATIC_METHODS -keyfile:$(LIBRARY_SNK)