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-02-20 11:52:44 +0300
committerMarek Safar <marek.safar@gmail.com>2015-02-20 11:52:44 +0300
commitf364eca194cf37a5a10611f3d4982e8f2e3faacd (patch)
treedf68f76cf90cfeaad411b852fe8bcbdf597a00d4 /mcs/class/System.Numerics/Makefile
parentb1941bc08a268b3f0cee7663d33dfa033bf501e6 (diff)
[System.Numerics] Cleanup Makefile
Diffstat (limited to 'mcs/class/System.Numerics/Makefile')
-rw-r--r--mcs/class/System.Numerics/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mcs/class/System.Numerics/Makefile b/mcs/class/System.Numerics/Makefile
index 916b805337b..631ca66e758 100644
--- a/mcs/class/System.Numerics/Makefile
+++ b/mcs/class/System.Numerics/Makefile
@@ -8,13 +8,4 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES =
-VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR)) $(filter 2.1, $(FRAMEWORK_VERSION))
-
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Numerics.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make