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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-11-14 11:48:42 -08:00 committed by Richard Purdie
parent 55530d42e7
commit c11c2da697
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
<filename>environment-setup-armv5te-poky-linux-gnueabi</filename>.
Thus, the following command works:
<literallayout class='monospaced'>
$ configure --host=armv5te-poky-linux-gnueabi \
$ ./configure --host=armv5te-poky-linux-gnueabi \
--with-libtool-sysroot=&lt;sysroot-dir&gt;
</literallayout>
</para>