Made the unix build scripts more portable. It will be necessary to
rerun './build.sh config' as build.vars.in has been modified. Also fixed some small bugs in the redirection of text to /dev/null. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1413 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
COMPILE=gcc
|
||||
MKDEPEND='gcc -MM'
|
||||
MAKE='@MAKE@'
|
||||
ECHON='@ECHON@'
|
||||
uqm_CFLAGS='@CFLAGS@'
|
||||
uqm_LDFLAGS='@LDFLAGS@'
|
||||
uqm_INSTALL_BINDIR='@INSTALL_BINDIR@'
|
||||
|
||||
Reference in New Issue
Block a user