From c11c2da697d9b75dc0489a9e70988e2c9b9f8abf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 14 Nov 2012 11:48:42 -0800 Subject: documentation: adt-manual - Fixed configure command syntax The example configure command did not have the correct shell syntax. I changed it to "./configure". (From yocto-docs rev: a14ab06b78248cbf7caead26ee27a9d23e75d2ef) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-command.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index d010aad591..2127e7c63f 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -167,7 +167,7 @@ environment-setup-armv5te-poky-linux-gnueabi. Thus, the following command works: - $ configure --host=armv5te-poky-linux-gnueabi \ + $ ./configure --host=armv5te-poky-linux-gnueabi \ --with-libtool-sysroot=<sysroot-dir> -- cgit v1.2.3-54-g00ecf