From 1ec9209a8d92e7e25dc40f3624af44451da260b7 Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 15 Jun 2005 16:01:35 +0000 Subject: - Added "runtime.ScalaRunTime" in library compi... - Added "runtime.ScalaRunTime" in library compilation of tnsc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $@ -- cgit v1.2.3