From 027ce424fb0d16525dc4e7355fb99208741fe7ba Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 16 Sep 2003 23:28:12 +0000 Subject: [PATCH] modification to properly rebuild grammar --- build/macosx/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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