diff options
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 49d6f8d5d..60c1e58ea 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -790,7 +790,7 @@ - from the C GL headers. This involves setting the taskdef and creating - the classpath reference id then running the task on each header. --> - <target name="build.gluegen-gl.jar" depends="init, common.gluegen.build, setup-manifestfile"> + <target name="build.gluegen-gl.jar" depends="init, common.gluegen.init, setup-manifestfile"> <javac destdir="${classes}" includes="${java.part.gluegen-gl-rt}" fork="yes" @@ -1068,7 +1068,7 @@ <classpath refid="pipeline.classpath" /> </java> </target> - <target name="java.generate.composable.pipeline.custom" depends="init, common.gluegen.build, java.generate.composable.pipeline.custom.glfixfunc"> + <target name="java.generate.composable.pipeline.custom" depends="init, common.gluegen.init, java.generate.composable.pipeline.custom.glfixfunc"> </target> <!-- ================================================================== --> |