*** empty log message ***
[m17n/m17n-lib-cs.git] / Makefile
index 353493b..c2b2490 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CS=gmcs
+CS=gmcs2
 DEBUG_FLAG = -debug
 CODEPAGE = 65001
 
@@ -37,7 +37,7 @@ expr.exe: expr.cs
 xex.exe: xex.cs XmlExpr.dll
        $(RUNCS) -r:XmlExpr.dll $<
 
-%.exe: %.cs
+%.exe: %.cs ${DLL}
        $(RUNCS) -r:M17N.dll -r:M17NCore $<
 
 clean: