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-08-27 23:11:45 +0400
committerZoltan Varga <vargaz@gmail.com>2010-08-27 23:11:45 +0400
commit16641e9c678f7493328fffc51d0f56068e209e96 (patch)
tree7f42e2dce90af9ab0e4d33a4a5a5922a19330dc4 /mcs/class/aot-compiler
parentbc39f3613f60e5e9a1bbd1c5719a6df9bd45a4aa (diff)
Delete gmcs.exe.so on make clean.
Diffstat (limited to 'mcs/class/aot-compiler')
-rw-r--r--mcs/class/aot-compiler/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index e0ccab1a347..18f5cc23f9c 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -31,4 +31,7 @@ ifeq (net_4_0, $(PROFILE))
all-local: $(mcs_aot_image)
endif
+clean-local:
+ -rm -f $(mcs_aot_image)
+
endif