From 59681137b532be367ada6ffdf707dba3cc684aa6 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 15 Dec 2006 00:54:19 +0000 Subject: [PATCH] Fix distclean (bug #905). git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2604 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/build/unix/build.sh b/sc2/build/unix/build.sh index a9472cf95..30172e198 100644 --- a/sc2/build/unix/build.sh +++ b/sc2/build/unix/build.sh @@ -55,6 +55,9 @@ if [ $# -lt 1 ]; then exit 1; fi +# Load the configuration functions +. build/unix/build.config + case "$1" in cleanall) build_cleanall @@ -87,9 +90,6 @@ export "${BUILD_PROJECT}_CFLAGS" "${BUILD_PROJECT}_LDFLAGS" eval ${BUILD_PROJECT}_OBJS=\${${BUILD_PROJECT}_OBJS%/}/ export "${BUILD_PROJECT}_OBJS" -# Load the configuration functions -. build/unix/build.config - if [ $# -lt 2 ]; then build_check_config build_check_dependencies