Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / Mono.XBuild.Tasks / Makefile
index 7135c45e3c73202b0b0188ba0ffd22e5077d71b7..8d50c7ad6294d7f8c10c527a4b39005e1c272e01 100644 (file)
@@ -7,10 +7,8 @@ include $(XBUILD_DIR)/xbuild.make
 
 LIBRARY = Mono.XBuild.Tasks.dll
 
-LIB_MCS_FLAGS = \
-       /r:$(corlib)                            \
-       /r:System.dll                           \
-       /r:System.Xml.dll
+LIB_REFS = $(PARENT_PROFILE)System $(PARENT_PROFILE)System.Xml
+LIB_MCS_FLAGS =
 
 include $(XBUILD_DIR)/xbuild_test.make