Style fix

This commit is contained in:
Lubomir Rintel 2010-12-04 10:24:25 -05:00
parent ad48968e19
commit be0a7d5afa

View File

@ -80,7 +80,7 @@ Documentation for java_cup.
cp %{SOURCE1} pom.xml cp %{SOURCE1} pom.xml
# remove all binary files # remove all binary files
find . -name "*.class" -exec rm -f {} \; find -name "*.class" -delete
%if ! %{with_bootstrap} %if ! %{with_bootstrap}
# remove prebuilt JFlex # remove prebuilt JFlex
@ -96,7 +96,7 @@ export CLASSPATH=$(build-classpath java_cup java_cup-runtime jflex)
%endif %endif
ant ant
find . -name parser.cup -exec rm {} \; find -name parser.cup -delete
ant javadoc ant javadoc
%install %install