Mercurial > mplayer.hg
changeset 24651:7e70e2c4cf3a
Give temporary executable file the system-specific executable extension.
author | diego |
---|---|
date | Sat, 29 Sep 2007 22:28:24 +0000 |
parents | f4143e50206d |
children | 9835aef30037 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Sep 29 22:26:35 2007 +0000 +++ b/configure Sat Sep 29 22:28:24 2007 +0000 @@ -1361,7 +1361,7 @@ TMPLOG="configure.log" TMPC="$I/mplayer-conf-$RANDOM-$$.c" TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp" -TMPEXE="$I/mplayer-conf-$RANDOM-$$" +TMPEXE="$I/mplayer-conf-$RANDOM-$$$_exesuf" TMPH="$I/mplayer-conf-$RANDOM-$$.h" TMPS="$I/mplayer-conf-$RANDOM-$$.S"