summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbf6503385..d654946bd9 100644
--- a/Makefile
+++ b/Makefile
@@ -355,7 +355,9 @@ cvs-fix-perms :
.latest-$(boot)library-sc-msil : $(LIBRARY_SC_FILES)
@$(make) sc target=LIBRARY SC_TARGET="msil"\
- SC_FLAGS="-r $(PROJECT_LIBRARYDIR)" LIBRARY_SC_FILES='$(subst $$,$$$$,$?)'
+ LIBRARY_SCALAC=$(PROJECT_BINARYDIR)/scalac \
+ SC_FLAGS="-r $(PROJECT_LIBRARYDIR)" \
+ LIBRARY_SC_FILES='$(subst $$,$$$$,$?)'
touch $@
.latest-library-sdc : $(LIBRARY_SDC_FILES)