From b7a5710a81b3a394b9905a5a3ebf0373526eb285 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 5 May 2005 18:33:40 +0000 Subject: [PATCH] *** empty log message *** --- build-devkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-devkit.sh b/build-devkit.sh index 7f15d4d..11ffe30 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -309,7 +309,7 @@ export PATH=$PATH:$TOOLPATH/$package/bin #--------------------------------------------------------------------------------- # Build and install devkit components #--------------------------------------------------------------------------------- -#if [ -f $scriptdir/build-gcc.sh ]; then . $scriptdir/build-gcc.sh ; cd $BUILDSCRIPTDIR; fi +if [ -f $scriptdir/build-gcc.sh ]; then . $scriptdir/build-gcc.sh ; cd $BUILDSCRIPTDIR; fi if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh ; cd $BUILDSCRIPTDIR; fi if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh ; cd $BUILDSCRIPTDIR; fi