Altered expression parser to hand-written one (which was kind of anticipated) for...
[mono.git] / mcs / class / Microsoft.Build / Makefile
index 5b7ca23a350c975b3cd28ccc8d809fcd604a5043..e27ea36bf434a7558f8c3ce268420cf17e82fe49 100644 (file)
@@ -32,7 +32,7 @@ EXTRA_DISTFILES = \
 EXPR_PARSER = Microsoft.Build.Internal/ExpressionParser
 
 $(EXPR_PARSER).cs: $(EXPR_PARSER).jay $(topdir)/jay/skeleton.cs
-       (cd Microsoft.Build.Internal; $(topdir)/../jay/jay -ct < $(topdir)/../jay/skeleton.cs ExpressionParser.jay >> ExpressionParser.cs)
+       (cd Microsoft.Build.Internal; $(topdir)/../jay/jay -ct < $(topdir)/../jay/skeleton.cs ExpressionParser.jay > ExpressionParser.cs)
 
 BUILT_SOURCES = $(EXPR_PARSER).cs