Remove redundantly listed jar target

This commit is contained in:
Lubomir Rintel 2009-11-09 12:31:09 +00:00
parent ee654633ea
commit 8393d18f8b

View File

@ -90,7 +90,7 @@ chmod 0644 LICENSE.txt
%build
# We pass -Ddynlink.native which comes from our patch because
# upstream doesn't want to default to dynamic linking.
ant jar -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true jar examples
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true jar examples
ant javadoc