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:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-21 15:08:47 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-21 15:08:47 +0400
commita3c8762d6760a0857abd6b6708bbf9e2b442fdb2 (patch)
tree651eecb919eb4d114d7df899031777ace7461720 /runtime
parente7fa89a3e1d6ab6f258a278fdee0d7edbae194a7 (diff)
* runtime/Makefile.am (mcs-compileall): Verify the fixed-up dll too.
svn path=/trunk/mono/; revision=43395
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 6d4061f2b4a..8dc57d64105 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -87,7 +87,7 @@ mcs-compileall: mono-wrapper wrapper-config
save_MONO_PATH=$$MONO_PATH; mcs_topdir=`cd $(mcs_topdir) && $(cur_dir_cmd)`; ret=:; \
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; do \
+ for i in $(mcs_topdir)/class/lib/$$profile/*.dll $(mcs_topdir)/class/lib/$$profile/*.exe $(mcs_topdir)/class/Microsoft.VisualBasic/fixup/$$profile/*.dll; do \
if ./mono-wrapper --compile-all $$i; then \
echo $$i verified OK; \
else \