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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-11 19:06:14 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-11 19:06:15 +0300
commit05ef9eddfe7ac32a687ac8841681407c61707a73 (patch)
tree7cd8162f0db3634c44d645a9939b25f581ba4c46 /mcs/class/Mono.CSharp
parentd3e4c19f3fa2e8d15eacdf4a56a7561ab5a25917 (diff)
Remove profile-specific logic from makefiles.
Instead use variables defined in each profile's profile-specific makefile.
Diffstat (limited to 'mcs/class/Mono.CSharp')
-rw-r--r--mcs/class/Mono.CSharp/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Mono.CSharp/Makefile b/mcs/class/Mono.CSharp/Makefile
index 74a1f0fe8f1..be27ecf831c 100644
--- a/mcs/class/Mono.CSharp/Makefile
+++ b/mcs/class/Mono.CSharp/Makefile
@@ -7,8 +7,6 @@ LIBRARY = Mono.CSharp.dll
LIB_REFS = System.Core System.Xml System
LIB_MCS_FLAGS =
-MOBILE_STATIC := $(filter mobile_static monotouch monotouch_watch, $(PROFILE))
-
ifdef MOBILE_STATIC
LIB_MCS_FLAGS += -d:IOS_REFLECTION
endif