[Libreoffice-commits] .: svl/source

Thomas Klausner tklausner at kemper.freedesktop.org
Mon Oct 18 04:33:26 PDT 2010


 svl/source/numbers/makefile.mk |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c18f190f0be019e37d1cfad122530ad1f2260bc4
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Mon Oct 18 13:31:35 2010 +0200

    Add more files to EXCEPTIONSFILES, needed on NetBSD with system boost.
    
    Ok: Caolán McNamara <caolanm at redhat.com>

diff --git a/svl/source/numbers/makefile.mk b/svl/source/numbers/makefile.mk
index 87a3675..c38faa6 100644
--- a/svl/source/numbers/makefile.mk
+++ b/svl/source/numbers/makefile.mk
@@ -45,13 +45,13 @@ EXCEPTIONSFILES= \
         $(SLO)$/numuno.obj \
         $(SLO)$/numfmuno.obj \
         $(SLO)$/supservs.obj \
-        $(SLO)$/zforlist.obj
+        $(SLO)$/zforlist.obj \
+        $(SLO)$/zforfind.obj	\
+        $(SLO)$/zformat.obj 	\
+        $(SLO)$/zforscan.obj
 
 SLOFILES =  \
         $(EXCEPTIONSFILES) \
-        $(SLO)$/zforfind.obj	\
-        $(SLO)$/zformat.obj 	\
-        $(SLO)$/zforscan.obj \
         $(SLO)$/numhead.obj
 
 LIB1TARGET=	$(SLB)$/$(TARGET).uno.lib


More information about the Libreoffice-commits mailing list