summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-09-16 12:08:42 +0000
committerpaltherr <paltherr@epfl.ch>2004-09-16 12:08:42 +0000
commitc1dcdba5377ea77dab2fb6c1857c30b830e40df4 (patch)
tree76eba74b21e58885131c6395c657875f8a5a7a9c /Makefile
parente8ba62bd8aa74ed078bc3d9a2d6b064fee6872bf (diff)
downloadscala-c1dcdba5377ea77dab2fb6c1857c30b830e40df4.tar.gz
scala-c1dcdba5377ea77dab2fb6c1857c30b830e40df4.tar.bz2
scala-c1dcdba5377ea77dab2fb6c1857c30b830e40df4.zip
- Fixed typo in LIBRARY_SC_CLASSPATH
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 831d30788c..ee7d24274f 100644
--- a/Makefile
+++ b/Makefile
@@ -391,7 +391,7 @@ LIBRARY_JC_OUTPUTDIR = $(LIBRARY_CLASSDIR)
LIBRARY_JC_CLASSPATH = $(LIBRARY_JC_OUTPUTDIR)
LIBRARY_SC_FILES += $(filter %.scala,$(LIBRARY_SOURCES))
LIBRARY_SC_OUTPUTDIR = $(LIBRARY_JC_OUTPUTDIR)
-LIBRARY_SC_CLASSPATH = $(LIBRARY_JC_OUTPUTDIR):$(PROJECT_SOURCEDIR)
+LIBRARY_SC_CLASSPATH = $(LIBRARY_JC_CLASSPATH):$(PROJECT_SOURCEDIR)
LIBRARY_SDC_FLAGS += -windowtitle "Scala Library Documentation"
LIBRARY_SDC_FLAGS += -doctitle "Scala<br/>$(PROJECT_VERSION)"
LIBRARY_SDC_FILES += $(LIBRARY_SC_FILES)