From da0a3b98075bfa3d9efbec8c5abccdbbebfbd4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Mon, 22 Sep 2014 08:43:56 +0000 Subject: [PATCH] formatting git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14368 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/other/thunderbird.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsoft/other/thunderbird.xml b/xsoft/other/thunderbird.xml index 5435d514a7..82b28b155f 100644 --- a/xsoft/other/thunderbird.xml +++ b/xsoft/other/thunderbird.xml @@ -156,7 +156,7 @@ cat > mozconfig << "EOF" -# If you have a multicore machine, the build may be faster if using parallel +# If you have a multicore machine, the build may be faster if using parallel # jobs. The build system automatically adds -jN to the "make" flags, where N # is the number of CPU cores. The option below is therefore useless, unless # you want to use a smaller number of jobs: @@ -227,7 +227,7 @@ ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild EOF