Author: ken
Date: 2012-03-10 11:53:04 -0700 (Sat, 10 Mar 2012)
New Revision: 9772

Modified:
   trunk/BOOK/chapter06/gcc.xml
Log:
Remove whitespace after backslash, thanks to Pierre Labastie for the report.

Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml        2012-03-09 20:12:34 UTC (rev 9771)
+++ trunk/BOOK/chapter06/gcc.xml        2012-03-10 18:53:04 UTC (rev 9772)
@@ -76,7 +76,7 @@
 <screen><userinput remap="configure">../gcc-&gcc-version;/configure 
--prefix=/usr            \
                        --libexecdir=/usr/lib    \
                        --enable-shared          \
-                       --enable-threads=posix   \ 
+                       --enable-threads=posix   \
                        --enable-__cxa_atexit    \
                        --enable-clocale=gnu     \
                        --enable-languages=c,c++ \

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to