Skip to content

Commit 0665cca

Browse files
committed
Compile getsp.java if necessary
git-svn-id: svn://svn.rforge.net/rJava/trunk@41 634b503b-a89c-4e0f-88f7-82c2bf7838a2
1 parent 41f684d commit 0665cca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mkdist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ else
1919
rm -rf autom4te*
2020
fi
2121

22+
if [ ! -e getsp.class ]; then
23+
echo "Compiling getsp.class"
24+
javac getsp.java
25+
fi
26+
2227
echo "Removing CVS stuff ..."
2328
rm -rf `find . -name CVS`
2429
cd ..

0 commit comments

Comments
 (0)