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:
authorMarek Safar <marek.safar@gmail.com>2016-12-22 13:37:21 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-22 13:37:21 +0300
commite063415208e2c3ec76b79808078ad58e55e91e32 (patch)
treeb1fab22b79d01b55e44039c0656cc524e5838fba /mcs/class/aot-compiler
parent27ab4a81758f424a6a62ad096cd300f1ee9f2780 (diff)
[build] install csc aot images from aot folder
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 923311a89d1..7bb385dd41d 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -84,6 +84,9 @@ endif
all-local: $(IMAGES)
install-local:
+ $(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
+ $(INSTALL_LIB) $(CSC_IMAGES) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
+
endif
ifeq ($(PROFILE), $(DEFAULT_PROFILE))