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:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 08:03:32 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 08:03:32 +0400
commitf48ceaec1d78fc5535b9b98e5aad407eb24884c9 (patch)
treed0fe997cf7e87ddf6de82039f4d502aef7b697e2 /mcs/class/System.Reactive.Experimental
parentb5984c5897a5b81f6a6c231f8caf36896336bb72 (diff)
Fix fix fix, insufficient signing stuff.
Diffstat (limited to 'mcs/class/System.Reactive.Experimental')
-rw-r--r--mcs/class/System.Reactive.Experimental/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Experimental/Makefile b/mcs/class/System.Reactive.Experimental/Makefile
index 964b7ee51df..ae2e9c64d60 100644
--- a/mcs/class/System.Reactive.Experimental/Makefile
+++ b/mcs/class/System.Reactive.Experimental/Makefile
@@ -28,9 +28,9 @@ VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Experimental.dll
NO_INSTALL = yes
+NO_SIGN_ASSEMBLY = yes
endif
-NO_SIGN_ASSEMBLY = yes
NO_TEST = yes
include ../../build/library.make