Fix typo, there is no profile called 'xammaci'.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 19 Nov 2014 09:28:46 +0000 (10:28 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 19 Nov 2014 09:29:33 +0000 (10:29 +0100)
mcs/class/System/Makefile

index cfa7564d4b6c19fb604dbcad8f89f3358d09122d..729aeaa9f3fd765be6f90cba8452a217b4f874f4 100644 (file)
@@ -24,7 +24,7 @@ TEST_MCS_FLAGS = -r:System.Drawing.dll -r:Mono.Security.dll -r:System.Data -r:Sy
 
 LIB_MCS_FLAGS = -nowarn:618 -d:CONFIGURATION_2_0 -unsafe $(RESOURCE_FILES:%=-resource:%)
 TEST_MCS_FLAGS += -r:System.Configuration
-PROFILE_ANY_MOBILE := $(filter monotouch monotouch_runtime monodroid xammaci mobile mobile_static, $(PROFILE))
+PROFILE_ANY_MOBILE := $(filter monotouch monotouch_runtime monodroid xammac mobile mobile_static, $(PROFILE))
 
 ifeq (2.1, $(FRAMEWORK_VERSION))
 LIB_MCS_FLAGS += -d:INSIDE_SYSTEM