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 09:36:29 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 09:36:29 +0400
commitbdfc0f36c04ed189c0bf1f8bb7596df5ed6e8896 (patch)
treed4e8945ac96c1bbc0e5d4da3babbc50d85edb09e /mcs/class/System.Reactive.Providers
parentf48ceaec1d78fc5535b9b98e5aad407eb24884c9 (diff)
set NO_INSTALL = yes until we decide how to deal with them and fix dist.
Diffstat (limited to 'mcs/class/System.Reactive.Providers')
-rw-r--r--mcs/class/System.Reactive.Providers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Providers/Makefile b/mcs/class/System.Reactive.Providers/Makefile
index 9b595fa16d0..7ce54a26b51 100644
--- a/mcs/class/System.Reactive.Providers/Makefile
+++ b/mcs/class/System.Reactive.Providers/Makefile
@@ -40,10 +40,10 @@ EXTRA_DISTFILES = more_build_args $(RESX_RESOURCES:.resources=.resx) $(PREBUILT)
VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Providers.dll
-NO_INSTALL = yes
NO_SIGN_ASSEMBLY = yes
endif
+NO_INSTALL = yes
NO_TEST = yes
include ../../build/library.make