MessageFormatter.cs: Corrected some bugs that affected serialization of exceptions
[mono.git] / mcs / class / library.make
index ee4d743138c552199433d59b1b6d60aaa457f3b8..de78d39d82099cf47cd30ae583cc710292d74a45 100644 (file)
@@ -1,6 +1,6 @@
 #USE_SOURCE_RULES=1
 RUNTIME = mono
-MCS = $(RUNTIME) $(topdir)/mcs/mcs.exe
+MCS = mcs
 MCS_FLAGS = --target library --noconfig
 INSTALL = /usr/bin/install
 prefix = /usr
@@ -28,7 +28,7 @@ ifdef USE_SOURCE_RULES
 else
 
 .response: $(LIB_LIST)
-       cat $^ |egrep '\.cs$$' >$@
+       cat $^ |egrep '\.cs[[:space:]]*$$' >$@
 
 .makefrag: $(LIB_LIST) $(topdir)/class/library.make
        echo -n "library-deps.stamp: $(LIB_LIST) " >$@.new