[runtime] Fix jay path in Microsoft.Build
[mono.git] / mcs / class / Microsoft.Build / Makefile
index 933782ff268b64d48a5d746d2223c93ffee7d39c..5d9091a82a215d28e9c7528d4472327b421e507f 100644 (file)
@@ -24,7 +24,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 -ctv < $(topdir)/../jay/skeleton.cs ExpressionParser.jay > ExpressionParser.cs)
+       (cd Microsoft.Build.Internal; $(topdir)/jay/jay -ctv < $(topdir)/jay/skeleton.cs ExpressionParser.jay > ExpressionParser.cs)
 
 BUILT_SOURCES = $(EXPR_PARSER).cs