From: Paul Brook Date: Tue, 26 May 2009 14:07:56 +0000 (+0100) Subject: Remove temporary config-host.h X-Git-Tag: v0.11.0-rc0~511 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=370ab9863dd058c36781715f7a910685900acd5f;p=thirdparty%2Fqemu.git Remove temporary config-host.h Signed-off-by: Paul Brook --- diff --git a/configure b/configure index 4729c7fa35a..86821360387 100755 --- a/configure +++ b/configure @@ -1747,7 +1747,14 @@ if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then fi echo "TOOLS=$tools" >> $config_mak -test -f ${config_h}~ && cmp -s $config_h ${config_h}~ && mv ${config_h}~ $config_h +if test -f ${config_h}~ ; then + if cmp -s $config_h ${config_h}~ ; then + mv ${config_h}~ $config_h + else + rm ${config_h}~ + fi +fi + config_host_mak=${config_mak} for target in $target_list; do