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 01:29:21 +0300
committerAlexander Kyte <alexmkyte@fastmail.com>2016-06-16 01:29:21 +0300
commit2fb5ec70eb91dfcb4032315a5b0c32f40bbfcca1 (patch)
tree90c2a914ac90635611990e1220a2ed2be5a166da /mcs/class/Microsoft.Build
parentfd2a1249268d6d250dea05770529a9b51d8278da (diff)
Revert "[runtime] Fix jay path in Microsoft.Build"
This reverts commit 6780bb169cc3e2fb96b951607a4027416171698b.
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 5d9091a82a2..933782ff268 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