Remove ChangeLog references from Makefile and .gitattribute
[mono.git] / mcs / class / System.Data / Makefile
index 780efc5b59ee02cdc31852380b17617685a33080..99a6f3cde88879ab893b4dce4500d2d00e6bc1cd 100644 (file)
@@ -12,8 +12,7 @@ LIB_MCS_FLAGS = \
        -d:MONO_PARTIAL_DATA_IMPORT \
        -unsafe
 
-MOBILE := $(filter monotouch monotouch_watch monodroid xammac mobile mobile_static, $(PROFILE))
-ifdef MOBILE
+ifdef MOBILE_PROFILE
 LIB_REFS += Mono.Data.Tds System.Transactions
 LIB_MCS_FLAGS += -d:NO_CODEDOM -d:NO_OLEDB -d:NO_ODBC -d:NO_CONFIGURATION
 else
@@ -38,7 +37,6 @@ EXTRA_DISTFILES = \
        $(wildcard Test/System.Data/*.xsd)              \
        $(wildcard Test/System.Xml/*.xml)               \
        $(wildcard Test/System.Xml/*.xsd)               \
-       Test/System.Data/schemas/ChangeLog      \
        $(wildcard Test/System.Data/schemas/*.xsd)              \
        app_test_net_4_x.config                 \
        Test/System.Data/binserialize/*.bin     \