Index: tools/xcw/bin/helenos-cc
===================================================================
--- tools/xcw/bin/helenos-cc	(revision ecf56f8012dce1cff83b7c7cd0cdab2b6e1d082f)
+++ tools/xcw/bin/helenos-cc	(revision ad5c4959acb953e38dc6ff5a3e1fefb1bc357723)
@@ -37,5 +37,5 @@
 SRC_ROOT="$XCW/../../.."
 if [ -z "$EXPORT_DIR" ]; then
-	EXPORT_DIR="$SRC_ROOT/dist"
+	EXPORT_DIR="$SRC_ROOT/build/dist"
 fi
 
Index: tools/xcw/bin/helenos-pkg-config
===================================================================
--- tools/xcw/bin/helenos-pkg-config	(revision ecf56f8012dce1cff83b7c7cd0cdab2b6e1d082f)
+++ tools/xcw/bin/helenos-pkg-config	(revision ad5c4959acb953e38dc6ff5a3e1fefb1bc357723)
@@ -35,5 +35,5 @@
 SRC_ROOT="$XCW/../../.."
 if [ -z "$EXPORT_DIR" ]; then
-	EXPORT_DIR="$SRC_ROOT/dist"
+	EXPORT_DIR="$SRC_ROOT/build/dist"
 fi
 INCLUDE_DIR="$EXPORT_DIR/include"
