mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
config.log and tmp files should be put into the configure (= current) dir, not the source dir
svn-id: r33070
This commit is contained in:
parent
60357650e0
commit
619b45e4d3
4
configure
vendored
4
configure
vendored
@ -129,10 +129,10 @@ _srcdir=`dirname $0`
|
||||
if type mktemp > /dev/null 2>&1 ; then
|
||||
TMPO=`mktemp /tmp/scummvm-conf.XXXXXXXXXX`
|
||||
else
|
||||
TMPO=${_srcdir}/scummvm-conf
|
||||
TMPO=scummvm-conf
|
||||
fi
|
||||
TMPC=${TMPO}.cpp
|
||||
TMPLOG=${_srcdir}/config.log
|
||||
TMPLOG=config.log
|
||||
|
||||
# For cross compiling
|
||||
_host=""
|
||||
|
Loading…
Reference in New Issue
Block a user