From 0f7e2017746e8a9b6eab17dbd8bec6d24ff0134a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 17 Jul 2003 05:36:36 +0000 Subject: [PATCH] Also build jay svn path=/trunk/mono/; revision=16322 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1