aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 19:52:27 +0100
committerSven Gothel <[email protected]>2010-12-13 19:52:27 +0100
commit4fe382f215f2d95ab4b267f9eb8280b82bd947a1 (patch)
tree978e02281cfd866de46545389869f10f25084d96
parentbe769d18318d5e6914dcecdd5cd0bcaad780f387 (diff)
only kick off gluegen base.compile
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index aca3525..8ea1554 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -178,7 +178,7 @@
<target name="build.gluegen" depends="init">
<!-- Run the GlueGen build to ensure that the GlueGen ANT task
- has been built. -->
- <ant antfile="${gluegen.build.xml}" dir="${gluegen.make.dir}" target="all" inheritAll="false" />
+ <ant antfile="${gluegen.build.xml}" dir="${gluegen.make.dir}" target="base.compile" inheritAll="false" />
</target>
<!-- ================================================================== -->