Skip to content

Commit

Permalink
Change 'build' to 'dist' in invocations of javac and javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Bocchino committed Jun 30, 2010
1 parent 0656121 commit dc11815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Implementation/Runtime/Makefile
Expand Up @@ -40,7 +40,7 @@ java/DPJRuntime/%.java: dpj/%.java
javadoc-forkjoin :
javadoc forkjoin/*java -d $@

DPJDOC=${DPJ_ROOT}/Implementation/Compiler/build/bootstrap/bin/javadoc
DPJDOC=${DPJ_ROOT}/Implementation/Compiler/dist/bootstrap/bin/javadoc
dpjdoc-html : dpjdoc dpj/*java
# Generate html documentation for runtime classes
${DPJDOC} dpj/*java -classpath classes -d dpjdoc
Expand Down
2 changes: 1 addition & 1 deletion Implementation/bin/dpjc
Expand Up @@ -26,7 +26,7 @@
#

DPJ_COMPILER=${DPJ_ROOT}/Implementation/Compiler
mylib=${DPJ_COMPILER}/build/bootstrap/lib
mylib=${DPJ_COMPILER}/dist/bootstrap/lib

# By default, put the jar file and its dependencies on the bootclasspath.
# This is always required on a Mac, because the system langtools classes
Expand Down

0 comments on commit dc11815

Please sign in to comment.