summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-10-04 09:32:42 +0200
committeraxis <qt-info@nokia.com>2010-10-04 10:50:52 +0200
commitc2ed7b0cb9b9db105c650301af5bd3199cdd032e (patch)
tree3d6b4b0bc294af19c995c2659339c7daba4b57b6 /configure
parent51d007e0fa699339f072956bbd8bfe33db9b7f70 (diff)
Got rid of "No such directory" warning when shadow building.
RevBy: Thomas Zander
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 53f520a2bf..f7904d92c0 100755
--- a/configure
+++ b/configure
@@ -4902,9 +4902,8 @@ case "$XPLATFORM" in *symbian*)
# Raptor does not support configure tests.
# the main commands needed to compile;
- (cd config.tests/symbian
- mkdir -p rcomp
- cd rcomp
+ (mkdir -p config.tests/symbian/rcomp
+ cd config.tests/symbian/rcomp
rm -f rcomp_test.rsg
touch rcomp_test.rpp rcomp_test.rsc rcomp_test.rss
rcomp -u -m045,046,047 -s./rcomp_test.rpp -o./rcomp_test.rsc -h./rcomp_test.rsg -i./rcomp_test.rss 2>&1 > /dev/null