[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / dtd2xsd / Makefile
index 80431266b27582058736a48796b23a9f4332305d..fa500c8c679cd0e18ec0a47f30d322e1079e415b 100755 (executable)
@@ -2,7 +2,8 @@ thisdir = tools/dtd2xsd
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:System.Xml.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Xml
 PROGRAM = dtd2xsd.exe
 
 include ../../build/executable.make