summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-11 06:32:05 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-11 06:32:05 +0000
commitdd32ecc6bd560fb41141b9209554fac8e0c583bb (patch)
treead2711e57901f2635f1a7d38a9cbf22970ef4bab
parent5ea9e558290bf3cdbdb0c941dcbdc14a9b90cc9f (diff)
downloadscala-dd32ecc6bd560fb41141b9209554fac8e0c583bb.tar.gz
scala-dd32ecc6bd560fb41141b9209554fac8e0c583bb.tar.bz2
scala-dd32ecc6bd560fb41141b9209554fac8e0c583bb.zip
- Added new command names
-rw-r--r--support/make/sc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/make/sc.mk b/support/make/sc.mk
index bd8cbe7deb..823db89382 100644
--- a/support/make/sc.mk
+++ b/support/make/sc.mk
@@ -29,7 +29,7 @@
# normal value. Those values are specified by variables whose name is
# prefixed with the target name. For example, to override the value of
# the variable SC_CLASSPATH with target LIBRARY, one may define the
-# variable LIBRARY_SC_CLASSPATH
+# variable LIBRARY_SC_CLASSPATH.
#
##############################################################################
# Examples
@@ -58,7 +58,7 @@
SC_COMPILER ?= SCALAC
CYGWIN_PATH ?= $(1)
CYGWIN_FILE ?= $(1)
-SCALAC ?= socos
+SCALAC ?= scalac
##############################################################################
# Values