From 9d910cf21fb8a61e3a1604f6258364c3b725964d Mon Sep 17 00:00:00 2001 From: sg215889 Date: Thu, 9 Jul 2009 12:01:08 -0700 Subject: Make build scripts independent from setenv scripts --- make/make.jogl.cdcfp.linux-x86.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make/make.jogl.cdcfp.linux-x86.sh') 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 # -- cgit v1.2.3