Pass the install target to make as it's now needed.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3154 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-10-20 03:32:43 +00:00
parent c1d95485df
commit 2359961556
+3 -3
View File
@@ -109,11 +109,11 @@
<!-- build the native libraries -->
<target name="ncompile" depends="prepare">
<exec dir="src/java/com/threerings/util/keybd/i686-Linux"
executable="make"/>
executable="make"><arg line="install"/></exec>
<exec dir="src/java/com/threerings/util/signal/i686-Linux"
executable="make"/>
executable="make"><arg line="install"/></exec>
<exec dir="src/java/com/threerings/util/unsafe/i686-Linux"
executable="make"/>
executable="make"><arg line="install"/></exec>
</target>
<!-- build the javadoc documentation -->