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:
authorMiguel de Icaza <miguel@gnome.org>2003-07-17 09:36:36 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-07-17 09:36:36 +0400
commit0f7e2017746e8a9b6eab17dbd8bec6d24ff0134a (patch)
treed8332951e26737f17130de9b97856aff3cfe61fc /Makefile.am
parenta5cf85f4d75cb7d3425a1b8082afb8991f767e17 (diff)
Also build jay
svn path=/trunk/mono/; revision=16322
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ef611c334f8..83d30b1f1e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ DISTCLEANFILES= mono.pc
fullbuild: remove-binaries mcs-tree-safe-build xinstall-runtime mcs-rest install
mcs-tree-safe-build:
+ (cd ../mcs/jay; make)
(cd ../mcs/mcs; make MCS=mcs)
(cd ../mcs/class/corlib; make MCS=mcs)
cp ../mcs/class/lib/corlib.dll runtime