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
path: root/mcs/ilasm
diff options
context:
space:
mode:
authorKatelyn Gadd <kg@luminance.org>2018-02-23 01:48:37 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-23 01:48:37 +0300
commitf0b78251899a5d98f16f84ef53ec777102c29ace (patch)
treed551f19008d04d33326e95f78a28a13ad32b3f25 /mcs/ilasm
parent123d086e27efa803ff4894f3670bd449d8b9712a (diff)
Updates to support building the BCL using Visual Studio 2017 on windows (#6877)
Diffstat (limited to 'mcs/ilasm')
-rw-r--r--mcs/ilasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/ilasm/Makefile b/mcs/ilasm/Makefile
index 090d1cc3231..4ca11545781 100644
--- a/mcs/ilasm/Makefile
+++ b/mcs/ilasm/Makefile
@@ -13,7 +13,7 @@ EXTRA_DISTFILES = \
$(wildcard tests/*.il)
ILParser.cs: parser/ILParser.jay $(topdir)/jay/skeleton.cs
- $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $(CURDIR)/$< >$@
+ $(topdir)/jay/jay -ct -o $@ $(CURDIR)/$< < $(topdir)/jay/skeleton.cs
include ../build/executable.make