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
This commit is contained in:
meep-eep
2004-02-28 15:38:26 +00:00
parent 81203eafc6
commit 7a21deb2cd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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.