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:
Diffstat (limited to 'mcs/class/System.ServiceModel.Activation/Makefile')
-rw-r--r--mcs/class/System.ServiceModel.Activation/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/mcs/class/System.ServiceModel.Activation/Makefile b/mcs/class/System.ServiceModel.Activation/Makefile
index e8c0e953fd2..26249a02ac8 100644
--- a/mcs/class/System.ServiceModel.Activation/Makefile
+++ b/mcs/class/System.ServiceModel.Activation/Makefile
@@ -4,20 +4,11 @@ include ../../build/rules.make
LIBRARY = System.ServiceModel.Activation.dll
-LIB_REFS = System.Core System plainservice/System.ServiceModel
+LIB_REFS = System.Core System System.ServiceModel
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS =
TEST_MCS_FLAGS =
TEST_LIB_REFS = System System.Core
-servicemodel = $(the_libdir_base)plainservice/System.ServiceModel.dll
-
include ../../build/library.make
-
-$(the_libdir_base)$(LIBRARY): $(servicemodel)
-
-$(servicemodel):
- (cd ../System.ServiceModel; $(MAKE) $@)
-
-.NOTPARALLEL: $(servicemodel)