[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Microsoft.Build.Framework / Makefile
index 779dc9e2fd40f9df98f2e3dfdc2ed60fb4817198..f31f5a5835ea5f0b8f33c7bdfc059a0490a3e8e9 100644 (file)
@@ -7,10 +7,8 @@ include $(XBUILD_DIR)/xbuild.make
 
 LIBRARY = Microsoft.Build.Framework.dll
 
-LIB_REFS = System
-LIB_MCS_FLAGS = \
-       /r:$(corlib)                            \
-       /r:System.dll
+LIB_REFS = $(PARENT_PROFILE)System
+LIB_MCS_FLAGS =
 
 EXTRA_DISTFILES = \
        Mono.XBuild.Framework/AssemblyLoadInfo.cs