changeset 1013:2b8c9bc5a745

Tell buildall where the hdc generation script for the native build actually went.
author Rob Landley <rob@landley.net>
date Fri, 26 Mar 2010 22:00:51 -0500
parents 4d59b8946220
children 75054b02f21d
files sources/more/buildall.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/buildall.sh	Fri Mar 26 13:02:14 2010 -0500
+++ b/sources/more/buildall.sh	Fri Mar 26 22:00:51 2010 -0500
@@ -68,7 +68,7 @@
 
 # Build dropbear and strace
 
-sources/native-build/setup-native-build.sh build/host-temp/hdc.sqf &&
+sources/native-builds/static-tools.sh build/host-temp/hdc.sqf &&
 mkdir -p build/native-static &&
 for i in ${ARCHES}
 do