summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2004-03-17 13:18:48 +0000
committermihaylov <mihaylov@epfl.ch>2004-03-17 13:18:48 +0000
commita37819d7beb11df5d05d88384d856ea036b7ff35 (patch)
tree14789a36b6d684dc13b29aa4991aead1055844a4 /Makefile
parent0b43b2e82dcfe2489573955f73202c3e2a54b1ca (diff)
downloadscala-a37819d7beb11df5d05d88384d856ea036b7ff35.tar.gz
scala-a37819d7beb11df5d05d88384d856ea036b7ff35.tar.bz2
scala-a37819d7beb11df5d05d88384d856ea036b7ff35.zip
- Changed the library-msil target to use the cu...
- Changed the library-msil target to use the current compiler rather than the bootstrap one.
Diffstat (limited to 'Makefile')
-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)