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>2015-04-07 23:57:08 +0300
committerMarek Safar <marek.safar@gmail.com>2015-04-07 23:57:25 +0300
commit5aca5b826ac0d6621f50a5521a9a13bddaaca2aa (patch)
tree34202748c0e4d02f1b99e6d9351018f439ac2e58 /mcs/class/System.ServiceModel.Internals
parent1364644d2287f420a2e9a1f62001099cde45c1cf (diff)
[System.ServiceModel.Internals] Cleanup makefile
Diffstat (limited to 'mcs/class/System.ServiceModel.Internals')
-rw-r--r--mcs/class/System.ServiceModel.Internals/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/System.ServiceModel.Internals/Makefile b/mcs/class/System.ServiceModel.Internals/Makefile
index 80683a02fb0..a246259b5d5 100644
--- a/mcs/class/System.ServiceModel.Internals/Makefile
+++ b/mcs/class/System.ServiceModel.Internals/Makefile
@@ -11,14 +11,4 @@ LIB_MCS_FLAGS = /unsafe
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-EXTRA_DISTFILES =
-
-VALID_PROFILE := $(filter net_4_5 monotouch monodroid xammac, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.ServiceModel.Internals.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make