From 45ebc79e5f8f6497a251d5d3d513399c6689f73c Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Tue, 22 Aug 2006 08:30:38 +0000 Subject: * runtime/Makefile.am (mcs-compileall): Remove mention of Microsoft.VisualBasic. svn path=/trunk/mono/; revision=64179 --- runtime/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 68b540e0f0d..4610d47a4b2 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -86,7 +86,7 @@ mcs-compileall: mono-wrapper wrapper-config save_MONO_PATH=$$MONO_PATH; mcs_topdir=`cd $(mcs_topdir) && $(cur_dir_cmd)`; ok=:; \ for profile in $(build_profiles); do \ MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; export MONO_PATH; \ - for i in $(mcs_topdir)/class/lib/$$profile/*.dll $(mcs_topdir)/class/lib/$$profile/*.exe $(mcs_topdir)/class/Microsoft.VisualBasic/fixup/$$profile/*.dll; do \ + for i in $(mcs_topdir)/class/lib/$$profile/*.dll $(mcs_topdir)/class/lib/$$profile/*.exe; do \ if ./mono-wrapper --compile-all $$i; then \ echo $$i verified OK; \ else \ -- cgit v1.2.3