diff --git a/build/macosx/make.sh b/build/macosx/make.sh index 8edd2e1ee..82d480c29 100755 --- a/build/macosx/make.sh +++ b/build/macosx/make.sh @@ -73,12 +73,12 @@ else chmod +x work/jikes # build classes/grammar for preprocessor - cd preprocessor + cd ../../app/preprocessor # first build the default java goop java -cp ../../build/macosx/work/lib/antlr.jar antlr.Tool java.g # now build the pde stuff that extends the java classes java -cp ../../build/macosx/work/lib/antlr.jar antlr.Tool -glib java.g pde.g - cd .. + cd ../../build/macosx #echo fi