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 21:20:39 +0300
committerMarek Safar <marek.safar@gmail.com>2015-04-07 21:20:39 +0300
commit1db6ed7fb1db311dbc88c8141852538acde22121 (patch)
treed484ab7a671098afa201fc49911f02e827cf93a2 /mcs/class/SMDiagnostics/Makefile
parent9916d42805c1a895c4d11debefbe4b83faaf9d99 (diff)
[SMDiagnostics] Fixes mobile build
Diffstat (limited to 'mcs/class/SMDiagnostics/Makefile')
-rw-r--r--mcs/class/SMDiagnostics/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/SMDiagnostics/Makefile b/mcs/class/SMDiagnostics/Makefile
index e0956289610..685d7f5ff1a 100644
--- a/mcs/class/SMDiagnostics/Makefile
+++ b/mcs/class/SMDiagnostics/Makefile
@@ -15,12 +15,4 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES =
-VALID_PROFILE := $(filter net_4_5 monotouch monodroid, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-SMDiagnostics.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make