Half finished attempt to make the source scripts handle spaces in path names

(for instance for $BUILD_WORK).
Unfortunately, it probably won't be completely finished as long
as we keep using GNU make. It's just too far gone.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1346 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-03-06 00:38:56 +00:00
parent 672372fe11
commit 1950ea1cfb
3 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ uqm_process_config() {
CFLAGS="$CFLAGS -I \"$BUILD_WORK\""
# Export the HAVE_ symbols to config_unix.h, using config_unix.h.ini
# Export the HAVE_ symbols to config_unix.h, using config_unix.h.in
# as template.
SUBSTITUTE_VARS="$HAVE_SYMBOLS CONTENTDIR"
SUBSTITUTE_FILES="config_unix.h"