From 7a21deb2cd2d2dd64233dc484b1a475962b7b169 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 28 Feb 2004 15:38:26 +0000 Subject: [PATCH] Fixed bug in build.sh. Also: little typographical change in Makefile.build. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1337 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/Makefile.build | 2 +- sc2/build/unix/build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/Makefile.build b/sc2/Makefile.build index 04b0c2b44..c98f7b680 100644 --- a/sc2/Makefile.build +++ b/sc2/Makefile.build @@ -21,7 +21,7 @@ target-%: -include $(DEPEND_FILE) # Temporary: -$(BUILD_WORK)/obj/release/./src/res/UrQuanMasters.rc.o:\ +$(BUILD_WORK)/obj/release/./src/res/UrQuanMasters.rc.o: \ ./src/res/UrQuanMasters.rc $(BUILD_WORK)/obj/debug/./src/res/UrQuanMasters.rc.o: \ ./src/res/UrQuanMasters.rc diff --git a/sc2/build/unix/build.sh b/sc2/build/unix/build.sh index 4cd279beb..e934a7c36 100644 --- a/sc2/build/unix/build.sh +++ b/sc2/build/unix/build.sh @@ -24,6 +24,7 @@ if [ -z "$BUILD_WORK" ]; then BUILD_WORK=. + export BUILD_WORK fi # Read in the config settings that affect the build, if present.