diff options
author | sg215889 <[email protected]> | 2009-07-09 12:01:08 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-09 12:01:08 -0700 |
commit | 9d910cf21fb8a61e3a1604f6258364c3b725964d (patch) | |
tree | 807af03cae9eadb58712ca6ef899d0e2c228ec25 /make/make.jogl.cdcfp.linux-x86.sh | |
parent | d40b1e2c46786debb0341b3c9f9409d328b02ee8 (diff) |
Make build scripts independent from setenv scriptsGIT_MIGRATION_DONE
Diffstat (limited to 'make/make.jogl.cdcfp.linux-x86.sh')
-rw-r--r-- | make/make.jogl.cdcfp.linux-x86.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/make.jogl.cdcfp.linux-x86.sh b/make/make.jogl.cdcfp.linux-x86.sh index 786f1a0b2..86fc2cc8b 100644 --- a/make/make.jogl.cdcfp.linux-x86.sh +++ b/make/make.jogl.cdcfp.linux-x86.sh @@ -1,6 +1,8 @@ #! /bin/sh -. ../../setenv-build-jogl.sh +if [ -e ../../setenv-build-jogl-x86.sh ] ; then + . ../../setenv-build-jogl-x86.sh +fi # -Dc.compiler.debug=true # |