summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)