[Libreoffice-commits] .: sfx2/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Sun Nov 28 13:34:24 PST 2010
sfx2/qa/cppunit/makefile.mk | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
New commits:
commit 9bdfefb88693f9107ad80801d4e8994363380130
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Nov 28 21:34:05 2010 +0000
tidy this a bit
diff --git a/sfx2/qa/cppunit/makefile.mk b/sfx2/qa/cppunit/makefile.mk
index dce0b86..56195fd 100644
--- a/sfx2/qa/cppunit/makefile.mk
+++ b/sfx2/qa/cppunit/makefile.mk
@@ -48,8 +48,7 @@ DLLPRE = # no leading "lib" on .so files
# --- Libs ---------------------------------------------------------
SHL1OBJS= \
- $(SLO)/test_metadatable.obj \
-
+ $(SLO)/test_metadatable.obj
SHL1STDLIBS= \
$(CPPUNITLIB) \
@@ -57,21 +56,18 @@ SHL1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VCLLIB) \
- $(SFXLIB) \
-
+ $(SFXLIB)
SHL1TARGET= test_metadatable
SHL1RPATH = NONE
SHL1IMPLIB= i$(SHL1TARGET)
-# SHL1DEF= $(MISC)/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
-# DEF1EXPORTFILE= export.exp
SHL1VERSIONMAP= version.map
# --- All object files ---------------------------------------------
SLOFILES= \
- $(SHL1OBJS) \
+ $(SHL1OBJS)
# --- Targets ------------------------------------------------------
More information about the Libreoffice-commits
mailing list