summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2005-06-15 16:01:35 +0000
committerpaltherr <paltherr@epfl.ch>2005-06-15 16:01:35 +0000
commit1ec9209a8d92e7e25dc40f3624af44451da260b7 (patch)
treed2d8b48ce2ffc16c1dfcdd09e4dabf5385cd45c7 /Makefile
parent1f3355d71499212df24b96ed9d12e4727bca425c (diff)
downloadscala-1ec9209a8d92e7e25dc40f3624af44451da260b7.tar.gz
scala-1ec9209a8d92e7e25dc40f3624af44451da260b7.tar.bz2
scala-1ec9209a8d92e7e25dc40f3624af44451da260b7.zip
- Added "runtime.ScalaRunTime" in library compi...
- Added "runtime.ScalaRunTime" in library compilation of tnsc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c59e54defe..da4b71e138 100644
--- a/Makefile
+++ b/Makefile
@@ -438,7 +438,7 @@ $(latest)library-jc : $(LIBRARY_JC_FILES)
$(latest)library-sc : $(LIBRARY_SC_FILES)
@if [ "$(prefix)" = tnsc ]; then \
$(make) sc target=LIBRARY LIBRARY_SC_FLAGS='$$(SC_FLAGS) -nopredefs'\
- LIBRARY_SC_FILES=$(LIBRARY_ROOT)/Predef.scala; \
+ LIBRARY_SC_FILES='$(LIBRARY_ROOT)/Predef.scala $(LIBRARY_ROOT)/runtime.ScalaRunTime.scala'; \
fi
@$(make) sc target=LIBRARY LIBRARY_SC_FILES='$(subst $$,$$$$,$?)'
$(TOUCH) $@