Merge pull request #3300 from esdrubal/mono-sym-fixes
[mono.git] / mcs / class / Commons.Xml.Relaxng / Makefile
index 1bc0fd2f2773f1c6f2c6e9a93d5de3ffddff8845..d63e7af0565267712121ff183e65084bf9ef92b0 100644 (file)
@@ -8,7 +8,7 @@ OTHER_RES = $(RESOURCE_FILES)
 
 LIBRARY = Commons.Xml.Relaxng.dll
 LIB_REFS = System System.Xml
-LIB_MCS_FLAGS = /r:$(corlib) \
+LIB_MCS_FLAGS = \
        $(foreach r, $(OTHER_RES), /resource:$(r),$(notdir $(r)))
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 EXTRA_DISTFILES = \