summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-11 08:27:41 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-11 08:27:41 +0000
commitcecd6833bec3fa67ada03e8235a15989784bdc21 (patch)
tree8a18b1a7f85665dcb47face98f972b3675cc9623 /Makefile
parent9ed9970ee4335b2a3a895f31b24881aeea77814f (diff)
downloadscala-cecd6833bec3fa67ada03e8235a15989784bdc21.tar.gz
scala-cecd6833bec3fa67ada03e8235a15989784bdc21.tar.bz2
scala-cecd6833bec3fa67ada03e8235a15989784bdc21.zip
- Fixed typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4716ceb008..0afe90c8f7 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ dtd2scala : .latest-dtd2scala
touch $@
.latest-library-sdc : $(LIBRARY_SDC_FILES)
- @$(make) sdc target=LIBRARY LIBRARY_SC_FILES='$(subst $$,\$$$$,$(LIBRARY_SC_FILES))'
+ @$(make) sdc target=LIBRARY LIBRARY_SDC_FILES='$(subst $$,\$$$$,$(LIBRARY_SDC_FILES))'
touch $@
.latest-interpreter : $(INTERPRETER_JC_FILES)