2005-07-30 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Sat, 30 Jul 2005 18:46:54 +0000 (18:46 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Sat, 30 Jul 2005 18:46:54 +0000 (18:46 -0000)
* Makefile : csc build fix.

svn path=/trunk/mcs/; revision=47863

mcs/class/Mono.Posix/ChangeLog
mcs/class/Mono.Posix/Makefile

index 4d36ff5f28ebc9874db51e8ece303afd2bfecc1c..8cd2e2398012af8cda3840241ec00f40174f773e 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : csc build fix.
+
 2005-07-28  Lluis Sanchez Gual  <lluis@novell.com>
 
        * Mono.Posix.dll.sources: Add the Unix remoting channel to the build.
index d93826e7c1f8dedfdd8171d6e4278181b57e242f..a24e5c73bec63f65a5eb37b8e022020421b86a33 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Posix.dll
-LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /r:System.Runtime.Remoting
+LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /r:System.Runtime.Remoting.dll
 TEST_MCS_FLAGS = /r:Mono.Posix.dll /r:System.dll /nowarn:0219,0618
 
 include ../../build/library.make