6691494: doc build broken in tracingdocs

Wrong variable names in makefile

Reviewed-by: tbell
This commit is contained in:
Keith McGuigan 2008-04-21 11:24:04 -04:00
parent cd24f6fc4a
commit 3c827ac2b0

View File

@ -611,10 +611,10 @@ smartcardiodocs:
.PHONY: tracingdocs
tracingdocs:
@# ######## api-tracing ############################
$(RM) -r $(DTRACE_DOCDIR)
$(MKDIR) -p $(DTRACE_DOCDIR)
$(JAVADOC) $(DTRACE_JAVADOCFLAGS) \
$(DTRACE_PKGS)
$(RM) -r $(TRACING_DOCDIR)
$(MKDIR) -p $(TRACING_DOCDIR)
$(JAVADOC) $(TRACING_JAVADOCFLAGS) \
$(TRACING_PKGS)
.PHONY: httpserverdocs
httpserverdocs: