Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / build / library.make
index 3d76ff6c0278829bb50f3b1b8d33af2d4378f22f..1df98aeea1f035eb5e187138f58761eaccab60be 100644 (file)
@@ -18,7 +18,7 @@
 # Have to rename to handle differences between assembly/directory names
 DEP_LIBS=$(patsubst System.Xml,System.XML,$(LIB_REFS))
 
-LIB_MCS_FLAGS += $(patsubst %,-r:%,$(LIB_REFS))
+LIB_MCS_FLAGS += $(patsubst %,-r:%.dll,$(LIB_REFS))
 
 sourcefile = $(LIBRARY).sources