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:
authorZoltan Varga <vargaz@gmail.com>2010-11-21 07:32:15 +0300
committerZoltan Varga <vargaz@gmail.com>2010-11-21 07:32:15 +0300
commitc838c89eb2e06b385fbcdfdb8dc49328833a30ea (patch)
treea19d2f7fb97b7ad1596bfca0c833272798dfacfd /mcs/class/aot-compiler
parent07b5550e6756203c981ba8d4af9c86f664a61cb4 (diff)
Remove the AOT log files on 'clean'.
Diffstat (limited to 'mcs/class/aot-compiler')
-rw-r--r--mcs/class/aot-compiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index 1198ab81dda..567c7dbcb75 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -43,7 +43,7 @@ all-local: $(mscorlib_aot_image) $(mcs_aot_image)
endif
clean-local:
- -rm -f $(mscorlib_aot_image) $(mcs_aot_image)
+ -rm -f $(mscorlib_aot_image) $(mcs_aot_image) $(PROFILE)_aot.log
install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR)