Merge pull request #2834 from xmcclure/inflated_method_header_leak_followup
[mono.git] / mcs / class / System.Reactive.Debugger / Makefile
index 2d4bc4fcc72fdf9b0d244baba046cf7725676327..f616cad1f09f94dc43db9d12cfc0865c3f2789a5 100644 (file)
@@ -19,13 +19,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = more_build_args
 
-VALID_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static net_4_5, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.System.Reactive.Debugger.dll
-NO_SIGN_ASSEMBLY = yes
-endif
-
-INSTALL_PROFILE := $(filter net_4_5, $(PROFILE))
+INSTALL_PROFILE := $(filter net_4_x, $(PROFILE))
 ifndef INSTALL_PROFILE
 NO_INSTALL = yes
 endif