summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config/list/scalai.lst (renamed from config/list/interpreter.lst)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6acdfa03f..310fb74601 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ LIBRARY_SCALAC = $(PROJECT_BOOTSTRAPDIR)/bin/scalac
# scala interpreter
INTERPRETER_ROOT = $(PROJECT_SOURCEDIR)/scala/tools/scalai
-INTERPRETER_LIST += $(call READLIST,$(PROJECT_LISTDIR)/interpreter.lst)
+INTERPRETER_LIST += $(call READLIST,$(PROJECT_LISTDIR)/scalai.lst)
INTERPRETER_SOURCES += $(INTERPRETER_LIST:%=$(INTERPRETER_ROOT)/%)
INTERPRETER_JC_FILES = $(INTERPRETER_SOURCES)
diff --git a/config/list/interpreter.lst b/config/list/scalai.lst
index 356996c7a9..7a1be5d141 100644
--- a/config/list/interpreter.lst
+++ b/config/list/scalai.lst
@@ -1,5 +1,5 @@
############################################################-*-Makefile-*-####
-# scala interpreter source files (paths are relative to ./sources/scala/tools/scalai)
+# scalai source files (paths are relative to ./sources/scala/tools/scalai)
##############################################################################
# $Id$