From 7fe5ed6df81d9a1ca0a6e333426b5ac77abcde39 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 15 Jun 2005 16:05:25 +0000 Subject: *** empty log message *** --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da4b71e138..690b7b93af 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_ROOT)/runtime.ScalaRunTime.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