summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6744aa2906..0601ad6be9 100644
--- a/Makefile
+++ b/Makefile
@@ -218,6 +218,7 @@ bootstrap : .latest-bootstrap
scripts : $(SCRIPTS_WRAPPER_LINKS)
library : .latest-$(boot)library-jc
library : .latest-$(boot)library-sc
+library-msil : .latest-$(boot)library-sc-msil
scalac : .latest-$(boot)scalac-jc
scalac : .latest-$(boot)scalac-sc
interpreter : .latest-interpreter-jc
@@ -338,6 +339,11 @@ cvs-fix-perms :
@$(make) sc target=LIBRARY LIBRARY_SC_FILES='$(subst $$,$$$$,$?)'
touch $@
+.latest-$(boot)library-sc-msil : $(LIBRARY_SC_FILES)
+ @$(make) sc target=LIBRARY SC_TARGET="msil"\
+ SC_FLAGS="-r $(PROJECT_LIBRARYDIR)" LIBRARY_SC_FILES='$(subst $$,$$$$,$?)'
+ touch $@
+
.latest-library-sdc : $(LIBRARY_SDC_FILES)
@$(make) sdc target=LIBRARY
touch $@