Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@fastmail.com>2016-06-16 00:15:19 +0300
committerAlexander Kyte <alexmkyte@fastmail.com>2016-06-16 00:37:11 +0300
commit6780bb169cc3e2fb96b951607a4027416171698b (patch)
treeda96828e7d2efe0cd43d996e2a514868cbd08b50 /mcs/class/Microsoft.Build
parentbc6f673c13a609f0b7de3d894c07683a0e5a1661 (diff)
[runtime] Fix jay path in Microsoft.Build
Diffstat (limited to 'mcs/class/Microsoft.Build')
-rw-r--r--mcs/class/Microsoft.Build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Microsoft.Build/Makefile b/mcs/class/Microsoft.Build/Makefile
index 933782ff268..5d9091a82a2 100644
--- a/mcs/class/Microsoft.Build/Makefile
+++ b/mcs/class/Microsoft.Build/Makefile
@@ -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