Remove ChangeLog references from Makefile and .gitattribute
[mono.git] / mcs / class / Commons.Xml.Relaxng / Makefile
index 266909d1864daaa7a777346be911fa27c2ab15b3..1bc0fd2f2773f1c6f2c6e9a93d5de3ffddff8845 100644 (file)
@@ -8,13 +8,11 @@ OTHER_RES = $(RESOURCE_FILES)
 
 LIBRARY = Commons.Xml.Relaxng.dll
 LIB_REFS = System System.Xml
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
+LIB_MCS_FLAGS = /r:$(corlib) \
        $(foreach r, $(OTHER_RES), /resource:$(r),$(notdir $(r)))
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 EXTRA_DISTFILES = \
        Commons.Xml.Relaxng.Rnc/RncParser.jay   \
-       Test/ChangeLog          \
-       Test/XmlFiles/ChangeLog \
        $(wildcard Test/XmlFiles/*.rng) \
        $(wildcard Test/XmlFiles/*.rnc) \
        $(wildcard Test/XmlFiles/*.nvdl) \