summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5873112a16..b65519cce9 100755
--- a/configure
+++ b/configure
@@ -455,7 +455,7 @@ DeviceVar()
eq="="
;;
*)
- echo >&2 "BUG: wrong command to QMakeVar: $1"
+ echo >&2 "BUG: wrong command to DeviceVar: $1"
;;
esac
@@ -7203,7 +7203,7 @@ if [ -n "$DISABLED_FEATURES" ]; then
fi
echo "QT_QCONFIG_PATH = ${CFG_QCONFIG_PATH#$relpath/src/corelib/global/}"
-cat >>"$QTMODULE.tmp" <<EOF
+cat <<EOF
host_build {
QT_CPU_FEATURES.$CFG_HOST_ARCH = $CFG_HOST_CPUFEATURES
} else {