diff options
author | Sven Gothel <[email protected]> | 2010-12-13 19:52:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 19:52:27 +0100 |
commit | 4fe382f215f2d95ab4b267f9eb8280b82bd947a1 (patch) | |
tree | 978e02281cfd866de46545389869f10f25084d96 | |
parent | be769d18318d5e6914dcecdd5cd0bcaad780f387 (diff) |
only kick off gluegen base.compile
-rwxr-xr-x | make/build.xml | 2 |
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> <!-- ================================================================== --> |