Never mind. Those are committed. And I need to be committed.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4864 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-11-07 02:02:29 +00:00
parent 0cd1be4728
commit 0d377d8e0b
-4
View File
@@ -156,10 +156,6 @@
<!-- common clean tasks --> <!-- common clean tasks -->
<target name="common-clean"> <target name="common-clean">
<ant dir="tests" target="clean"/> <ant dir="tests" target="clean"/>
<!-- clean the native libraries -->
<exec dir="src/java/com/threerings/util/signal/${os.name}" executable="make">
<arg line="clean"/>
</exec>
</target> </target>
<!-- build the java class files --> <!-- build the java class files -->