]> git.proxmox.com Git - qemu.git/commitdiff
configure: clean temporary executable files even on Windows
authormalc <av1474@comtv.ru>
Wed, 14 Oct 2009 21:57:14 +0000 (01:57 +0400)
committermalc <av1474@comtv.ru>
Wed, 14 Oct 2009 21:57:14 +0000 (01:57 +0400)
Signed-off-by: malc <av1474@comtv.ru>
configure

index 7c7804b4f20c4502f92996daef4d593c0119f9df..ca6d45c61242559d229a29a303f9f2f0e15fb2e2 100755 (executable)
--- a/configure
+++ b/configure
@@ -13,7 +13,7 @@ fi
 
 TMPC="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c"
 TMPO="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o"
-TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}"
+TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.exe"
 
 trap "rm -f $TMPC $TMPO $TMPE ; exit" 0 2 3 15