modification to properly rebuild grammar

This commit is contained in:
benfry
2003-09-16 23:28:12 +00:00
parent b2f018337f
commit 027ce424fb

View File

@@ -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