Style fix
This commit is contained in:
parent
ad48968e19
commit
be0a7d5afa
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ Documentation for java_cup.
|
|||
cp %{SOURCE1} pom.xml
|
||||
|
||||
# remove all binary files
|
||||
find . -name "*.class" -exec rm -f {} \;
|
||||
find -name "*.class" -delete
|
||||
|
||||
%if ! %{with_bootstrap}
|
||||
# remove prebuilt JFlex
|
||||
|
|
@ -96,7 +96,7 @@ export CLASSPATH=$(build-classpath java_cup java_cup-runtime jflex)
|
|||
%endif
|
||||
|
||||
ant
|
||||
find . -name parser.cup -exec rm {} \;
|
||||
find -name parser.cup -delete
|
||||
ant javadoc
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue