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:
authorMarek Safar <marek.safar@gmail.com>2018-02-05 17:51:40 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-09 07:49:44 +0300
commit71ad99f7206dd8c7e5234e22cc14138e2ed42b24 (patch)
tree0a5cebd6b1d02ece926aff773a7103f63fe12a6f /mcs/class/System.ServiceModel.Internals
parentb3d60257e57a700a61d23175ba4cb70d9c1f0f62 (diff)
[build] Narrow recursive dependencies
Diffstat (limited to 'mcs/class/System.ServiceModel.Internals')
-rw-r--r--mcs/class/System.ServiceModel.Internals/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/System.ServiceModel.Internals/Makefile b/mcs/class/System.ServiceModel.Internals/Makefile
index 2ddf10ebd26..c6ec76df04e 100644
--- a/mcs/class/System.ServiceModel.Internals/Makefile
+++ b/mcs/class/System.ServiceModel.Internals/Makefile
@@ -8,9 +8,6 @@ endif
LIBRARY = System.ServiceModel.Internals.dll
LIB_REFS = System System.Core System.Xml
-ifneq (2.1, $(FRAMEWORK_VERSION))
- LIB_REFS += System.Configuration
-endif
LIB_MCS_FLAGS = /unsafe $(REFERENCE_SOURCES_FLAGS)
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)