summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-07-20 17:20:57 +0000
committerpaltherr <paltherr@epfl.ch>2004-07-20 17:20:57 +0000
commit96d69778b6c1bd6c554d3efa065655912e12f4d4 (patch)
tree2d6156b497858a9ae77af7d8d43fc25cdc5c6591 /Makefile
parentfbed2284e15cae07889e2319cfb391bba9207448 (diff)
downloadscala-96d69778b6c1bd6c554d3efa065655912e12f4d4.tar.gz
scala-96d69778b6c1bd6c554d3efa065655912e12f4d4.tar.bz2
scala-96d69778b6c1bd6c554d3efa065655912e12f4d4.zip
- Replaced interpreter.lst by scalai.lst
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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)